Skip to content

Commit 2d93371

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82288: Add MagentoStyle as Console Input/output helper object... magento#11504
2 parents 915f7c1 + 4da77c7 commit 2d93371

File tree

5 files changed

+980
-0
lines changed

5 files changed

+980
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
7+
namespace Magento\Setup\Console;
8+
9+
use Symfony\Component\Console\Exception\RuntimeException;
10+
11+
class InputValidationException extends RuntimeException
12+
{
13+
14+
}

0 commit comments

Comments
 (0)