Bolt\EventListener\ExceptionListener::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

Return the events to subscribe to.
public static getSubscribedEvents ( ) : array
return array
    public static function getSubscribedEvents()
    {
        return [KernelEvents::EXCEPTION => [['onBootException', Application::EARLY_EVENT], ['onKernelException', -8]]];
    }