errors / native
A meta-package that indicates a requirement for native error handling.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:Makefile
Type:metapackage
Conflicts
This package is auto-updated.
Last update: 2023-08-08 04:43:23 UTC
README
No longer maintained
This package is no longer maintained. See this statement for more info.
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