exceptor/exceptor

A PHP client for the Exceptor error handler

dev-master 2016-04-04 15:14 UTC

This package is auto-updated.

Last update: 2024-05-06 22:47:14 UTC


README

Setup with the following:

require "exceptor-php/lib/Exceptor/Autoloader.php";
Exceptor_Autoloader::register();
$excpetor = new Exceptor_HandleError();

Either declare your DSN as the environment variable "EXCEPTOR_DSN" or pass it in to the Exceptor_ErrorHandler class as a string