tweaking the error bootstrap file.

This commit is contained in:
Taylor Otwell 2011-10-15 22:58:31 -05:00
parent 048c917ea5
commit 543a487bc8
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@
};
/**
* 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)
{