ErrorReporter

Namespace

Table of Contents

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.

NullErrorReporter

This error reporter implementation MUST ignore all reported exceptions.

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.