Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jitesoft/php-exceptions
A collection of exceptions commonly used - or derived from - in Jitesoft php projects.
https://github.com/jitesoft/php-exceptions
exceptions hacktoberfest php
Last synced: 5 days ago
JSON representation
A collection of exceptions commonly used - or derived from - in Jitesoft php projects.
- Host: GitHub
- URL: https://github.com/jitesoft/php-exceptions
- Owner: jitesoft
- License: mit
- Created: 2017-08-28T08:46:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T18:02:04.000Z (29 days ago)
- Last Synced: 2024-10-18T10:05:14.086Z (27 days ago)
- Topics: exceptions, hacktoberfest, php
- Language: PHP
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![pipeline status](https://gitlab.com/jitesoft/open-source/php/exceptions/badges/master/pipeline.svg)](https://gitlab.com/jitesoft/open-source/php/exceptions/commits/master)
[![coverage report](https://gitlab.com/jitesoft/open-source/php/exceptions/badges/master/coverage.svg)](https://gitlab.com/jitesoft/open-source/php/exceptions/commits/master)
[![Back project](https://img.shields.io/badge/Open%20Collective-Tip%20the%20devs!-blue.svg)](https://opencollective.com/jitesoft-open-source)
[![PHP-Version](https://img.shields.io/packagist/php-v/jitesoft/exceptions.svg)](https://packagist.org/packages/jitesoft/exceptions)# Exceptions
Exception classes commonly used in Jitesoft php projects.
All the exception classes implements a toArray method and implements the JsonSerializable interface.
The structure of the classes is supposed to be as logic as possible. If anything seems off, please post a issue or make a pull-request.
No Exceptions will be moved or renamed without a new major version release.