a3gz / php-exceptions
Recopilation of helpful reusable exception classes
Installs: 2 898
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
Suggests
- psr/log: Logging standards. Required by EncodedException
- siriusphp/validation: Provides very flexible and powerful validation.
README
This library takes a very cenvenient technique which I saw for the first time in Alex Bilbie's OAuth2 Server class OAuthServerException
.
Sirius validators
I often (if not always) use exceptions with Sirius Validation so this library also includes some custom validators I've created; most of which accept improvments.