ErrorReporter
Namespace
Classes
CompositeErrorReporter
Aggregates multiple error reporters and delegates error reporting to all of them.
ErrorLogErrorReporter
This error reporter implementation MUST log all reported exceptions using error_log.
PsrEventDispatcherErrorReporter
This error reporter implementation MUST dispatch all reported exceptions as events using a PSR-14 compatible event dispatcher.
PsrLoggerErrorReporter
This error reporter implementation MUST log all reported exceptions using a PSR-3 compatible logger.