PHP Classes

File: lib/define/utilities/ErrorCodes.inc

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC   lib/define/utilities/ErrorCodes.inc   Download  
File: lib/define/utilities/ErrorCodes.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Define MVC
A front controller based MVC framework
Author: By
Last change:
Date: 8 years ago
Size: 615 bytes
 

Contents

Class file image Download
<?php return array ( E_ERROR => 'ERROR', E_WARNING => 'WARNING', E_PARSE => 'PARSING ERROR', E_NOTICE => 'NOTICE', E_CORE_ERROR => 'CORE ERROR', E_CORE_WARNING => 'CORE WARNING', E_COMPILE_ERROR => 'COMPILE ERROR', E_COMPILE_WARNING => 'COMPILE WARNING', E_USER_ERROR => 'USER ERROR', E_USER_WARNING => 'USER WARNING', E_USER_NOTICE => 'USER NOTICE', E_STRICT => 'STRICT', E_RECOVERABLE_ERROR => 'RECOVERABLE ERROR', E_DEPRECATED => 'DEPRECATED', E_USER_DEPRECATED => 'USER_DEPRECATED' ); ?>