From 543a487bc8d0827c88e894b714819b8ff834bd84 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 15 Oct 2011 22:58:31 -0500 Subject: [PATCH] tweaking the error bootstrap file. --- laravel/bootstrap/errors.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laravel/bootstrap/errors.php b/laravel/bootstrap/errors.php index c159071d..dc406bd8 100644 --- a/laravel/bootstrap/errors.php +++ b/laravel/bootstrap/errors.php @@ -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) {