tayron / exceptions
Classe para tratamento de exceções
Installs: 53
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:classe-utilitaria
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-02-02 04:23:16 UTC
README
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
"require": { ... "tayron/exceptions" : "1.0.0" ... },