tayron/exceptions

There is no license information available for the latest version (1.0.0) of this package.

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

1.0.0 2017-06-09 18:17 UTC

This package is not auto-updated.

Last update: 2024-06-09 01:23:43 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"
        ... 
    },