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
- Host: GitHub
- URL: https://github.com/subjective-php/util-exceptions
- Owner: subjective-php
- License: mit
- Created: 2015-07-21T21:37:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T18:48:04.000Z (about 3 years ago)
- Last Synced: 2025-04-16T02:18:45.789Z (about 1 year ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SubjectivePHP\Util\Exception
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](https://packagist.org/packages/subjective-php/util-exceptions)
[](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
```