PHP Classes

File: base/language/pt-br/exceptions.php

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   base/language/pt-br/exceptions.php   Download  
File: base/language/pt-br/exceptions.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change:
Date: 7 years ago
Size: 514 bytes
 

Contents

Class file image Download
<?php
use \Core\Exception\Exceptions;

return Array(
  
Exceptions::E_CUSTOMEXCEPTION => '%s', // Custom
  
Exceptions::E_FILENOTFOUND => 'O arquivo %s não foi encontrado.',
  
Exceptions::E_CLASSNOTEXIST => 'A classe %s não existe.',
  
Exceptions::E_INVALIDPARAMETER => 'O parâmetro %s é inválido.',
  
Exceptions::E_INVALIDPARAMETERVALUE => 'O valor %s do parâmetro %s é inválido.'
);