szemul/error-handler

Simple extensible error handler

2.0.2 2023-01-16 20:30 UTC

This package is auto-updated.

Last update: 2024-04-16 23:26:23 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!