PHP Classes

File: tratarErro.php

Recommend this page to a friend!
  Classes of Alexsandro Souza   PHP Fatal Error Handler   tratarErro.php   Download  
File: tratarErro.php
Role: Example script
Content type: text/plain
Description: hanle error
Class: PHP Fatal Error Handler
Handle fatal PHP errors redirecting to a page
Author: By
Last change:
Date: 10 years ago
Size: 192 bytes
 

Contents

Class file image Download
<?php
require_once 'HandleError.php';
$hErro = new helpers\HandleError();
$hErro->notify('email de destino','email de copia', 'email remetente','assunto', 'mensagem acompanhando o ero' );