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