From 2fc313b8b1505d7c6ca16c52a1c33cf8aed7fc7a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 2 Dec 2014 17:21:59 -0600 Subject: [PATCH] Clarify the type of response we're looking for. --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 99db5245..ca5215b3 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -28,7 +28,7 @@ class Handler extends ExceptionHandler { } /** - * Render an exception into a response. + * Render an exception into an HTTP response. * * @param \Illuminate\Http\Request $request * @param \Exception $e