Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 511 Bytes

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

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