fivelab / exception
Adds another exceptions to your system
Installs: 23 522
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/fivelab/exception
Requires
- php: >=5.4
Requires (Dev)
- symfony/validator: ~2.3
Suggests
- symfony/validator: For ViolationListException
This package is not auto-updated.
Last update: 2025-10-25 23:48:04 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