diff --git a/src/Controller/test.php b/src/Controller/test.php deleted file mode 100644 index 9a84de1..0000000 --- a/src/Controller/test.php +++ /dev/null @@ -1,17 +0,0 @@ - 'onKernelException']; - } - - public function onKernelException(ExceptionEvent $event) - { - $event->setResponse(new Response('test')); - } -} \ No newline at end of file