errors/any

A meta-package that indicates support for both native, and exception-based error handling.


Keywords
errors, exception, error, handler, errorexception, native
License
MIT

Documentation

The errors/any meta-package

Adding this package as a dependency indicates that the root package is designed to work with exception-based error handlers, such as the one described in this specification, but that it also supports native errors that PHP produces by default:

composer require errors/any