Skip to content

Commit

Permalink
styleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei committed Mar 24, 2017
1 parent d493b62 commit 82264fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected function prepareResponse($request, Exception $e)
}

if (! $this->isHttpException($e)) {
$e = new HttpException(500, $e->getMessage());
$e = new HttpException(500, $e->getMessage());
}

return $this->toIlluminateResponse($this->renderHttpException($e), $e);
Expand Down

0 comments on commit 82264fa

Please sign in to comment.