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

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

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

Last synced: over 1 year ago
JSON representation

Collection of exception classes and utilities

Awesome Lists containing this project

README

          

# SubjectivePHP\Exceptions

[![Latest Stable Version](http://img.shields.io/packagist/v/subjective-php/exceptions.svg?style=flat)](https://packagist.org/packages/subjective-php/exceptions)
[![Total Downloads](http://img.shields.io/packagist/dt/subjective-php/exceptions.svg?style=flat)](https://packagist.org/packages/subjective-php/exceptions)
[![License](http://img.shields.io/packagist/l/subjective-php/exceptions.svg?style=flat)](https://packagist.org/packages/subjective-php/exceptions)

## Requirements

SubjectivePHP\Exceptions 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/exceptions` to your project's `composer.json` file such as:

```sh
composer require subjective-php/exceptions
```
## Components

This package is a metapackage aggregating the following components:

* [subjective-php/spl-exceptions](https://github.com/subjective-php/spl-exceptions-php)
* [subjective-php/util-exceptions](https://github.com/subjective-php/util-exceptions-php)