fivepercent / exception
Adds another exceptions to your system
Installs: 1 956
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 1
Open Issues: 0
Requires
- php: >=5.4
Suggests
- symfony/validator: For ViolationListException
This package is not auto-updated.
Last update: 2025-03-01 19:58:03 UTC
README
This package adds another exceptions to you system.
- UnexpectedTypeException
- JsonParseException
- ViolationListException
- The package symfony/validator should be installed.
- UnexpectedTrait
- Helper for create unexpected exceptions.
Installation
Add FivePercent/Exception in your composer.json:
{ "require": { "fivepercent/exception": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/exception