kernel_exception_subscriber
class kernel_exception_subscriber implements EventSubscriberInterface
Properties
protected bool | $debug | Set to true to show full exception messages |
|
protected template | $template | Template object |
|
protected language | $language | Language object |
|
protected user | $user | User object |
|
protected type_cast_helper | $type_caster |
Methods
__construct(template $template, language $language, user $user, bool $debug = false)
Construct method
null
on_kernel_exception(GetResponseForExceptionEvent $event)
This listener is run when the KernelEvents::EXCEPTION event is triggered
static
getSubscribedEvents()
No description
Details
at line 65
__construct(template $template, language $language, user $user, bool $debug = false)
Construct method
at line 80
null
on_kernel_exception(GetResponseForExceptionEvent $event)
This listener is run when the KernelEvents::EXCEPTION event is triggered
at line 148
static
getSubscribedEvents()
No description