fivelab / exception
Adds another exceptions to your system
Installs: 22 140
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
Requires (Dev)
- symfony/validator: ~2.3
Suggests
- symfony/validator: For ViolationListException
This package is not auto-updated.
Last update: 2024-11-09 18:38:15 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 FiveLab/Exception in your composer.json:
{ "require": { "fivelab/exception": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/exception