tayron / exceptions
There is no license information available for the latest version (1.0.0) of this package.
Classe para tratamento de exceções
1.0.0
2017-06-09 18:17 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2026-03-01 09:00:59 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" ... },