DebugHandlersListener
DebugHandlersListener
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|array $fileLinkFormat = null, bool $scope = true) | ||
configure(Event $event = null) Configures the error handler. | ||
static array |