11
0
Fork 0
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:
Alannah Kearney 2019-06-01 15:09:02 +10:00
commit 7069019301

View file

@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace pointybeard\Helpers\Cli\Input\Exceptions;
class UnrecognisedInputException extends \Exception
{
}