jitesoft / exceptions
Collection of easy to use exception classes.
Fund package maintenance!
jitesoft
Patreon
Open Collective
Installs: 3 357
Dependents: 8
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Requires
- php: >=8.1
- psr/cache: ^3.0
- psr/container: ^2.0
- psr/http-client: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-09-19 03:19:46 UTC
README
Exceptions
Exception classes commonly used in Jitesoft php projects.
All the exception classes implements a toArray method and implements the JsonSerializable interface.
The structure of the classes is supposed to be as logic as possible. If anything seems off, please post a issue or make a pull-request.
No Exceptions will be moved or renamed without a new major version release.