Skip to content

Commit 616ec1a

Browse files
authored
Merge pull request dingo#1208 from lucasmichot/feature/master/missing-property
Add missing exception property.
2 parents 5393237 + 4ddd4bd commit 616ec1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Exception/InternalHttpException.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
class InternalHttpException extends HttpException
1010
{
11+
/**
12+
* The response.
13+
*
14+
* @var \Illuminate\Http\Response
15+
*/
16+
protected $response;
17+
1118
/**
1219
* Create a new internal HTTP exception instance.
1320
*

0 commit comments

Comments
 (0)