fivepercent / exception
Adds another exceptions to your system
Installs: 1 966
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 1
Open Issues: 0
pkg:composer/fivepercent/exception
Requires
- php: >=5.4
Suggests
- symfony/validator: For ViolationListException
This package is not auto-updated.
Last update: 2025-10-25 23:36:32 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