Pretty PHP Error Pages

WordPress plugin that utilizes Whoops! Error Page to show better PHP errors.

Author:Kalen Johnson (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.9.1
Plugin version:1.0
Added to WordPress repository:03-06-2014
Last updated:03-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://kalenjohnson.com
Total downloads:821
Active installs:10+
plugin download
Click to start download

This plugin utilizies the [Whoops!]http://filp.github.io/whoops/ PHP Error Page to display better error pages when fatal PHP errors are thrown. Whoops! gives you much more information than what PHP gives you by default, including the code before and after where PHP identified the issue, and displays other information available to PHP that may be helpful.

The minimum PHP version required is 5.3, as this is what is required by Whoops!

NOTE: This plugin should only be used in development. It will show sensitive information, like your database credentials that are stored as constants.

Also note that WP_DEBUG is required to be on for this plugin to do anything, further enforcing the point that this plugin should only be used in development, NOT on a live site!