PHP Classes

File: ExceptionCodes.inc

Recommend this page to a friend!
  Classes of Nitesh Apte   PHP Error and Exception Handling class   ExceptionCodes.inc   Download  
File: ExceptionCodes.inc
Role: Configuration script
Content type: text/plain
Description: Contains custom exception codes
Class: PHP Error and Exception Handling class
Log PHP exceptions, common and fatal errors
Author: By
Last change: Create ExceptionCodes.inc
Date: 7 years ago
Size: 216 bytes
 

Contents

Class file image Download
<?php
return array (
           
0 => 'EXCEPTION OCCURRED',
           
1001 => 'INCORRECT FORMAT',
           
1002 => 'INVALID FILE',
           
1003 => 'TYPE MISMATCH',
           
1004 => 'FILE NOT FOUND',
           
1005 => 'NO FILE'
   
);
   
   
?>