| 1 | <?php |
||
| 27 | class ExceptionListener extends HttpKernelExceptionListener |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 8 | public function onKernelException(GetResponseForExceptionEvent $event) |
|
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | 8 | protected function duplicateRequest(\Exception $exception, Request $request) |
|
| 58 | } |
||
| 59 |