errors/native

A meta-package that indicates a requirement for native error handling.


Keywords
errors, error, handler, native
License
MIT

Documentation

The errors/native meta-package

Adding this package as a dependency indicates that the root package is designed to work with "native" errors that PHP produces by default, and will not work correctly with exception-based error handlers, such as the one described in this specification:

composer require errors/native