fivepercent/exception

Adds another exceptions to your system

v1.0 2015-06-04 08:23 UTC

This package is not auto-updated.

Last update: 2024-06-22 16:51:34 UTC


README

Exceptions

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 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