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
- Host: GitHub
- URL: https://github.com/tayron/exceptions
- Owner: tayron
- Created: 2016-11-21T16:35:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T18:17:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T23:33:53.625Z (4 months ago)
- Topics: classe, exceptions, ph
- Language: PHP
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
...
},
```