1 | <?php |
||
26 | class Illegible extends \InvalidArgumentException implements \Minotaur\Net\Exception |
||
27 | { |
||
28 | /** |
||
29 | * @var mixed |
||
30 | */ |
||
31 | private $argument; |
||
32 | |||
33 | /** |
||
34 | * Creates a new Illegible. |
||
35 | */ |
||
36 | public function __construct( |
||
45 | |||
46 | /** |
||
47 | * Gets the illegible argument |
||
48 | * |
||
49 | * @return mixed The illegible argument |
||
50 | */ |
||
51 | public function getArgument() |
||
55 | } |
||
56 |