fivelab/exception

Adds another exceptions to your system

v1.0 2015-08-31 08:23 UTC

This package is not auto-updated.

Last update: 2024-11-09 18:38:15 UTC


README

This package adds another exceptions to you system.

  1. UnexpectedTypeException
  2. JsonParseException
  3. ViolationListException
    The package symfony/validator should be installed.
  4. 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