kernel_exception_subscriber
class kernel_exception_subscriber implements EventSubscriberInterface
Exception handler for the installer
Properties
protected helper | $controller_helper | ||
protected language | $language | ||
protected template | $template |
Methods
on_kernel_exception(GetResponseForExceptionEvent $event)
This listener is run when the KernelEvents::EXCEPTION event is triggered
static array
getSubscribedEvents()
Returns an array of events the object is subscribed to
Details
at line 53
__construct(helper $controller_helper, language $language, template $template)
Constructor
at line 65
on_kernel_exception(GetResponseForExceptionEvent $event)
This listener is run when the KernelEvents::EXCEPTION event is triggered
at line 120
static array
getSubscribedEvents()
Returns an array of events the object is subscribed to