| 1 | <?php |
||
| 12 | class ErrorHandlerController implements ContainerInjectableInterface |
||
| 13 | { |
||
| 14 | use ContainerInjectableTrait; |
||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | /** |
||
| 19 | * Add internal routes for 403, 404 and 500. |
||
| 20 | * |
||
| 21 | * @throws Anax\Route\Exception\NotFoundException |
||
| 22 | |||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | public function catchAll() |
||
| 61 | } |
||
| 62 |