phpBB API Documentation
Class

phpbb\event\kernel_exception_subscriber

class kernel_exception_subscriber implements EventSubscriberInterface

Methods

__construct(template $template, language $language)

Construct method

null on_kernel_exception(GetResponseForExceptionEvent $event)

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

static  getSubscribedEvents()

Details

at line 48
public __construct(template $template, language $language)

Construct method

Parameters

template $template Template object
language $language Language object

at line 61
public null on_kernel_exception(GetResponseForExceptionEvent $event)

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

Parameters

GetResponseForExceptionEvent $event

Return Value

null

at line 119
static public getSubscribedEvents()