From d1428948eae23d5f5c257e3d66fae5c0b24de288 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 19 Apr 2012 08:28:22 -0500 Subject: [PATCH] fix docblock. --- laravel/error.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/laravel/error.php b/laravel/error.php index 4c8cfd50..729f632a 100644 --- a/laravel/error.php +++ b/laravel/error.php @@ -6,6 +6,7 @@ class Error { * Handle an exception and display the exception report. * * @param Exception $exception + * @param bool $trace * @return void */ public static function exception($exception, $trace = true) @@ -24,6 +25,7 @@ class Error {
".$exception->getMessage()."

Location:

".$exception->getFile()." on line ".$exception->getLine()."
"; + if ($trace) { echo "