| 1 | <?php |
||
| 9 | class CannotWriteToPrimaryLogExceptionExceptionListener implements EventSubscriberInterface |
||
| 10 | { |
||
| 11 | public static function getSubscribedEvents() |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Displays an error message to the user/client and attempts to mail the administrator to inform him/her about the |
||
| 18 | * final throes of our application. |
||
| 19 | * |
||
| 20 | * @param GetResponseForExceptionEvent $event |
||
| 21 | */ |
||
| 22 | public function onKernelException(GetResponseForExceptionEvent $event) |
||
| 25 | } |
||
| 26 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.