https://github.com/subjective-php/spl-exceptions
Collection of standard exception classes
https://github.com/subjective-php/spl-exceptions
Last synced: about 1 year ago
JSON representation
Collection of standard exception classes
- Host: GitHub
- URL: https://github.com/subjective-php/spl-exceptions
- Owner: subjective-php
- License: mit
- Created: 2015-07-21T20:46:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T20:09:16.000Z (over 3 years ago)
- Last Synced: 2025-04-13T05:04:04.388Z (about 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SubjectivePHP\Spl\Exceptions
[](https://packagist.org/packages/subjective-php/spl-exceptions)
[](https://packagist.org/packages/subjective-php/spl-exceptions)
[](https://packagist.org/packages/subjective-php/spl-exceptions)
[](https://packagist.org/packages/subjective-php/spl-exceptions)
[](https://packagist.org/packages/subjective-php/spl-exceptions)
[](https://packagist.org/packages/subjective-php/spl-exceptions)
Collection of standard exception classes
## Requirements
SubjectivePHP\Spl\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/spl-exceptions'`to your project's `composer.json` file such as:
```sh
composer install subjective-php/spl-exceptions
```
## Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/subjective-php/spl-exceptions/pulls)
* [Issues](https://github.com/subjective-php/spl-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
```