An open API service indexing awesome lists of open source software.

https://github.com/subjective-php/util-exceptions

Collection of exception utilities
https://github.com/subjective-php/util-exceptions

Last synced: about 1 year ago
JSON representation

Collection of exception utilities

Awesome Lists containing this project

README

          

# SubjectivePHP\Util\Exception

[![Latest Stable Version](https://poser.pugx.org/subjective-php/util-exceptions/v/stable)](https://packagist.org/packages/subjective-php/util-exceptions)
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/util-exceptions/v/unstable)](https://packagist.org/packages/subjective-php/util-exceptions)
[![License](https://poser.pugx.org/subjective-php/util-exceptions/license)](https://packagist.org/packages/subjective-php/util-exceptions)

[![Total Downloads](https://poser.pugx.org/subjective-php/util-exceptions/downloads)](https://packagist.org/packages/subjective-php/util-exceptions)
[![Daily Downloads](https://poser.pugx.org/subjective-php/util-exceptions/d/daily)](https://packagist.org/packages/subjective-php/util-exceptions)
[![Monthly Downloads](https://poser.pugx.org/subjective-php/util-exceptions/d/monthly)](https://packagist.org/packages/subjective-php/util-exceptions)

[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://www.pholiophp.org/subjective-php/util-exceptions)

A collection of utility classes to work with PHP Exceptions

## Requirements

SubjectivePHP\Util\Exception requires PHP 7.0 (or later).

## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/util-exceptions` to your project's `composer.json` file such as:

```sh
composer require subjective-php/util-exceptions
```

## Contact
Developers may be contacted at:

* [Pull Requests](https://github.com/subjective-php/util-exceptions/pulls)
* [Issues](https://github.com/subjective-php/util-exceptions/issues)

## Project Build
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```sh
./composer install
./vendor/bin/phpunit
./vendor/bin/phpcs
```