Skip to content

Commit d89cf0b

Browse files
author
Wesley
committed
Add MagentoStyle as Console nput/output helper object to allow easier acces to io helpers in symfony/console
1 parent 08ec8ce commit d89cf0b

File tree

4 files changed

+599
-0
lines changed

4 files changed

+599
-0
lines changed
Lines changed: 14 additions & 0 deletions
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)