@@ -412,6 +412,10 @@ |
||
412 | 412 | return $functionHandler($handlerMapper[$code]); |
413 | 413 | } |
414 | 414 | |
415 | + /** |
|
416 | + * @param UriInterface $uri |
|
417 | + * @param string $method |
|
418 | + */ |
|
415 | 419 | protected function handleException($exception, $uri, $method) |
416 | 420 | { |
417 | 421 | if ($exception === $this->notFoundFuncName) { |