| 1 | <?php |
||
| 10 | class Exception extends \Exception { |
||
| 11 | 510 | 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 | 546 | static public function fromMap(array $exceptionMap, $error, $path) { |
|
| 38 | } |
||
| 39 |