fivepercent / exception
Adds another exceptions to your system
v1.0
2015-06-04 08:23 UTC
Requires
- php: >=5.4
Suggests
- symfony/validator: For ViolationListException
This package is not auto-updated.
Last update: 2026-03-01 01:35:35 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