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 7b35cb6 commit 496e69eCopy full SHA for 496e69e
src/Exception/Http/HttpExceptionTrait.php
@@ -24,7 +24,7 @@ trait HttpExceptionTrait
24
*/
25
private $awsError;
26
27
- public function __construct(ResponseInterface $response, ?AwsError $awsError)
+ public function __construct(ResponseInterface $response, AwsError $awsError = null)
28
{
29
$this->response = $response;
30
/** @var int $code */
0 commit comments