1 | <?php |
||
10 | class ConvertNotValidCurrentPageToNotFoundListener implements EventSubscriberInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param GetResponseForExceptionEvent $event |
||
14 | */ |
||
15 | public function onException(GetResponseForExceptionEvent $event) |
||
34 | |||
35 | /** |
||
36 | * {@inheritDoc} |
||
37 | */ |
||
38 | public static function getSubscribedEvents() |
||
44 | } |
||
45 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.