jitesoft / exceptions
Collection of easy to use exception classes.
Fund package maintenance!
jitesoft
Patreon
Open Collective
Installs: 3 396
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
- dev-master
- 3.1.0
- 3.0.0
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.4
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.0.1
- dev-dependabot/composer/master/squizlabs/php_codesniffer-3.11.1
- dev-dependabot/composer/master/squizlabs/php_codesniffer-3.11.0
- dev-dependabot/composer/master/phpunit/phpunit-10.5.27
This package is auto-updated.
Last update: 2024-11-18 03:27:36 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.