diff --git a/src/EventListener/ExceptionListener.php b/src/EventListener/ExceptionListener.php index 621ec8f..89f4916 100644 --- a/src/EventListener/ExceptionListener.php +++ b/src/EventListener/ExceptionListener.php @@ -11,7 +11,7 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; -class AccessDeniedListener implements EventSubscriberInterface +class ExceptionListener implements EventSubscriberInterface { private $router;