1 | <?php |
||
10 | class Exception extends \Exception { |
||
11 | 3 | static public function unknown($path, $error) { |
|
19 | |||
20 | /** |
||
21 | * @param array $exceptionMap |
||
22 | * @param mixed $error |
||
23 | * @param string $path |
||
24 | * @return Exception |
||
25 | */ |
||
26 | 79 | static public function fromMap(array $exceptionMap, $error, $path) { |
|
38 | } |
||
39 |