Browse Source

Clarify the type of response we're looking for.

Taylor Otwell 10 years ago
parent
commit
2fc313b8b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
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