Error Handler provides a custom interface to error handling in PHP. Several report formats can be used to reveal what circumstances led to a certain error. One for logging, one for display, and one for redirection. It captures the errors and captures (to a customized level) the context and variables surrounding the source of the error and neatly organizes them as a series of reports.