PHP Classes

File: lib/define/utilities/ExceptionCodes.inc

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC   lib/define/utilities/ExceptionCodes.inc   Download  
File: lib/define/utilities/ExceptionCodes.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: 209 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' );