PHP ErrorHandler
BrqErrorHandler is an error handler class for PHP. provides a pretty error interface that helps you debug your project.
-
Download Or Clone this repo to your project folder.
-
Register the handler in your code:
// hide php errors ini_set('display_errors', 0); // include BrqErrorHandler require_once "BrqErrorHandler/ErrorHandler.php"; // init new ErrorHandler;