Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djlechuck/exceptionhandler

ExceptionHandler is a standalone package to manage PHP exceptions.
https://github.com/djlechuck/exceptionhandler

Last synced: about 2 months ago
JSON representation

ExceptionHandler is a standalone package to manage PHP exceptions.

Awesome Lists containing this project

README

        

ExceptionHandler
================

ExceptionHandler is a standalone package to manage PHP exceptions.

## Installation

Just download and extract the package. Configures.

## Configuration

All you have to do is to:

1. set the relative path of your library,
2. include the GeSHi's file (it lives in geshi's subdirectory),
3. instantiate GeSHi,
4. instantiate the handler with the relative path of the file and an instance of GeSHi.

Then configure the PHP exception handler.

```php