From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php') diff --git a/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php b/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php index 511f513..1c602de 100644 --- a/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php +++ b/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php @@ -2,6 +2,7 @@ namespace Aws; use Aws\Api\Parser\Exception\ParserException; +use Aws\Exception\AwsException; use GuzzleHttp\Promise; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; @@ -47,7 +48,7 @@ class WrappedHttpHandler callable $httpHandler, callable $parser, callable $errorParser, - $exceptionClass = 'Aws\Exception\AwsException', + $exceptionClass = AwsException::class, $collectStats = false ) { $this->httpHandler = $httpHandler; -- cgit v1.2.3