Skip to content

Instantly share code, notes, and snippets.

@joshuataylor
Created July 21, 2015 06:51
Show Gist options
  • Save joshuataylor/4022b34c095f91f20bf5 to your computer and use it in GitHub Desktop.
Save joshuataylor/4022b34c095f91f20bf5 to your computer and use it in GitHub Desktop.
set_error_handler(
function($err_severity, $err_msg, $err_file, $err_line) {
throw new ErrorException($err_msg, 0, $err_severity, $err_file, $err_line);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment