class kernel_exception_subscriber implements EventSubscriberInterface

Exception handler for the installer

Properties

protected helper $controller_helper
protected language $language
protected template $template

Methods

__construct(helper $controller_helper, language $language, template $template)

Constructor

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

Parameters

helper $controller_helper
language $language
template $template

at line 65
on_kernel_exception(GetResponseForExceptionEvent $event)

This listener is run when the KernelEvents::EXCEPTION event is triggered

Parameters

GetResponseForExceptionEvent $event

at line 120
static array getSubscribedEvents()

Returns an array of events the object is subscribed to

Return Value

array

Array of events the object is subscribed to