PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nitesh Apte   PHP Error and Exception Handling class   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: How to use
Class: PHP Error and Exception Handling class
Log PHP exceptions, common and fatal errors
Author: By
Last change: Update of example.php
Date: 7 years ago
Size: 156 bytes
 

Contents

Class file image Download
<?php
use Define\Utilities\ErrorExceptionHandler;
define("DIRECT_ACCESS", TRUE);

ErrorExceptionHandler::getInstance();

// create some error or exception.