Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-phine-exception - A PHP library for improving the use of exceptions

Website:
https://github.com/kherge-abandoned/lib-exception
Licence:
MIT
Vendor:
Remi Collet
Description:
A PHP library for improving the use of exceptions.

Adds functionality to the standard Exception class.

- Create new exceptions based on sprintf() format.
- Create new exceptions using the last error (error_get_last()).

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Phine/Exception/autoload.php';

Packages

php-phine-exception-1.0.0-1.el7.remi.noarch [6 KiB] Changelog by Remi Collet (2015-10-27):
- initial package