Skip to content

Commit

Permalink
Update src/Illuminate/Http/Exceptions/HttpResponseException.php
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Kiekbusch <[email protected]>
  • Loading branch information
driesvints and Jubeki authored Jul 1, 2024
1 parent de09204 commit 4f1ef9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Http/Exceptions/HttpResponseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class HttpResponseException extends RuntimeException
* Create a new HTTP response exception instance.
*
* @param \Symfony\Component\HttpFoundation\Response $response
* @param \Throwable $previous
* @return void
*/
public function __construct(Response $response, ?Throwable $previous = null)
Expand Down

0 comments on commit 4f1ef9d

Please sign in to comment.