diff --git a/src/Controller/ExceptionController.php b/src/Controller/ExceptionController.php index 35181305..1c63acd5 100644 --- a/src/Controller/ExceptionController.php +++ b/src/Controller/ExceptionController.php @@ -60,6 +60,7 @@ class ExceptionController extends SymfonyExceptionController return parent::showAction($request, $exception, $logger); } + private function showNotFound(): Response { foreach ($this->config->get('general/notfound') as $item) { $output = $this->attemptToRender($item);