szemul/error-handler

Simple extensible error handler

Maintainers

Package info

github.com/szemul/error-handler

pkg:composer/szemul/error-handler

Statistics

Installs: 4 541

Dependents: 9

Suggesters: 0

Stars: 0

Open Issues: 1

2.0.2 2023-01-16 20:30 UTC

This package is auto-updated.

Last update: 2026-02-17 03:24:39 UTC


README

CI pipeline codecov

Simple extensible error handler

Functional Testing of an application

For functional testing it is advised to Mock the ErrorHandlerRegistry in the sut to always stop on unhandled errors/exceptions and display them. This helps identify errors. Just use the \Szemul\ErrorHandler\Test\ErrorHandlerRegistryMock instead of the real one!