mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Added UnrecognisedInputException exception
This commit is contained in:
parent
302e4378fb
commit
7069019301
1 changed files with 9 additions and 0 deletions
9
src/Input/Exceptions/UnrecognisedInputException.php
Normal file
9
src/Input/Exceptions/UnrecognisedInputException.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace pointybeard\Helpers\Cli\Input\Exceptions;
|
||||||
|
|
||||||
|
class UnrecognisedInputException extends \Exception
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue