Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.