PHP Classes

File: lib/define/utilities/ExceptionCodes.php

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC PHP 8   lib/define/utilities/ExceptionCodes.php   Download  
File: lib/define/utilities/ExceptionCodes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Define MVC PHP 8
Framework to route requests via a front controller
Author: By
Last change:
Date: 2 years ago
Size: 334 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
Define\Utilities;

if(
DIRECT_ACCESS != true) die("Direct access is forbidden.");

return array (
   
0 => 'EXCEPTION OCCURRED',
   
1001 => 'INCORRECT FORMAT',
   
1002 => 'INVALID FILE',
   
1003 => 'TYPE MISMATCH',
   
1004 => 'FILE NOT FOUND',
   
1005 => 'NO FILE'
);