1 | <?php |
||
13 | class Exception extends LogicException |
||
14 | { |
||
15 | /** |
||
16 | * @param $state |
||
17 | * @param array $supportedStates |
||
18 | * @return Exception |
||
19 | */ |
||
20 | 1 | public static function unsupportedCandidateState($state, array $supportedStates) |
|
28 | |||
29 | |||
30 | /** |
||
31 | * @param string $name |
||
32 | * @return Exception |
||
33 | */ |
||
34 | public static function wrongFilename($name) |
||
38 | } |