@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace FOS\RestBundle\DependencyInjection; |
13 | 13 | |
14 | -use FOS\RestBundle\EventListener\LegacyExceptionListener; |
|
15 | 14 | use FOS\RestBundle\View\ViewHandler; |
16 | 15 | use Symfony\Component\Config\FileLocator; |
17 | 16 | use Symfony\Component\DependencyInjection\Alias; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace FOS\RestBundle\EventListener; |
13 | 13 | |
14 | 14 | use FOS\RestBundle\FOSRestBundle; |
15 | -use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
|
16 | 15 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
17 | 16 | use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent; |
18 | 17 | use Symfony\Component\HttpKernel\Event\ExceptionEvent; |