ExceptionSubscriber
in package
implements
EventSubscriberInterface
Table of Contents
Interfaces
- EventSubscriberInterface
Methods
- getSubscribedEvents() : mixed
- {@inheritdoc}
- onException() : mixed
- Reacts to exceptions.
Methods
getSubscribedEvents()
{@inheritdoc}
public
static getSubscribedEvents() : mixed
onException()
Reacts to exceptions.
public
onException(ExceptionEvent $event) : mixed
Parameters
- $event : ExceptionEvent
-
The event object.