Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfc2cb commit 00e01e4Copy full SHA for 00e01e4
cookbook/event_dispatcher/event_listener.rst
@@ -141,9 +141,7 @@ listen to the same ``kernel.exception`` event::
141
namespace AppBundle\EventSubscriber;
142
143
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
144
- use Symfony\Component\HttpFoundation\Response;
145
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
146
- use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
147
148
class ExceptionSubscriber implements EventSubscriberInterface
149
{
0 commit comments