Skip to content

Commit aaae1ff

Browse files
MAGETWO-88045: [Forwardport] Add MagentoStyle as Console Input/output helper object to allow easier access to io helpers in symfony/console #13741
- Merge Pull Request #13741 from nmalevanec/magento2:2.3-develop-PR-port-11504 - Merged commits: 1. ddd8f6e 2. 30be269 3. 7be9367
2 parents 47267e6 + 7be9367 commit aaae1ff

File tree

5 files changed

+947
-0
lines changed

5 files changed

+947
-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)