Skip to content

Commit 6012f39

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82288: Add MagentoStyle as Console Input/output helper object... magento#11504
- Merge Pull Request magento#11504 from wesleywmd/magento2:create-console-magentostyle - Merged commits: 1. d89cf0b
2 parents c7acfe2 + d89cf0b commit 6012f39

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)