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

https://github.com/tayron/exceptions

Conjunto de classes para gerenciamento de exceções
https://github.com/tayron/exceptions

classe exceptions ph

Last synced: 3 months ago
JSON representation

Conjunto de classes para gerenciamento de exceções

Awesome Lists containing this project

README

        

## Exceptions

Conjunto de classes para gerenciamento de exceções

## Exceções disponíveis

- Exception
- DatabaseConfigurationNotFoundException
- ElementNotFoundException
- FileNotFoundException
- MethodNotFoundException
- NotFoundException
- ParameterNotFoundException
- TemplateNotFoundException
- ViewNotFoundException

## Utilização via composer

```sh
"require": {
...
"tayron/exceptions" : "1.0.0"
...
},
```