Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/djlechuck/exceptionhandler
- Owner: DjLeChuck
- License: mit
- Created: 2011-09-30T22:15:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-03T21:01:07.000Z (over 13 years ago)
- Last Synced: 2023-04-22T17:30:20.125Z (over 1 year ago)
- Language: PHP
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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