class DebugHandlersListener implements EventSubscriberInterface
Configures errors and exceptions handlers.
Methods
__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, array|int $levels = E_ALL, int|null $throwAt = E_ALL, bool $scream = true, string $fileLinkFormat = null)
configure(Event $event = null) Configures the error handler.
static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to.
Details