PHP Classes

File: erro.php

Recommend this page to a friend!
  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: 10 years ago
Size: 120 bytes
 

Contents

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

functionNotExist();
?>