Login   Register  
PHP Classes
elePHPant
Icontem

File: erro.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alexsandro Souza  >  PHP Fatal Error Handler  >  erro.php  >  Download  
File: erro.php
Role: Example script
Content type: text/plain
Description: testing
Class: PHP Fatal Error Handler
Handle fatal PHP errors redirecting to a page
Author: By
Last change:
Date: 2013-05-01 07:29
Size: 120 bytes
 

Contents

Class file image Download
<?
require_once 'HandleError.php';
$hErro = new helpers\HandleError();
$hErro->listener();

functionNotExist();
?>