Commit 543a487b authored by Taylor Otwell's avatar Taylor Otwell

tweaking the error bootstrap file.

parent 048c917e
......@@ -53,9 +53,9 @@ $handler = function($e) use ($formatter)
};
/**
* Register the exception, error, and shutdown error handlers.
* These handlers will catch all PHP exceptions and errors and
* pass the exceptions into the common Laravel error handler.
* Register the PHP exception, error, and shutdown error handlers.
* These handlers will catch all PHP exceptions and errors and pass
* the exceptions into the common Laravel error handler.
*/
set_exception_handler(function($e) use ($handler)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment