We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1b18 commit 1aafc40Copy full SHA for 1aafc40
src/Exception/HttpException.php
@@ -63,6 +63,6 @@ public static function create(
63
$response->getReasonPhrase()
64
);
65
66
- return new self($message, $request, $response, $previous);
+ return new static($message, $request, $response, $previous);
67
}
68
0 commit comments