| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class RedirectExceptionSubscriber implements EventSubscriberInterface |
||
| 15 | { |
||
| 16 | use AddFlashTrait; |
||
| 17 | |||
| 18 | public static function getSubscribedEvents() |
||
| 22 | ]; |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param GetResponseForExceptionEvent $event |
||
| 27 | */ |
||
| 28 | public function Redirect(GetResponseForExceptionEvent $event) |
||
| 41 | } |