mirror of
https://github.com/jbcr/core.git
synced 2026-04-01 05:42:19 +02:00
Update ExceptionController.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user