Interface ExceptionFactoryInterface
Interface used to create AWS exception
Direct known implementers
Methods summary
-
publicfromResponse ( Guzzle\Http\Message\RequestInterface $request, Guzzle\Http\Message\Response $response )Returns an AWS service specific exception
Methods detail
#
public
Exception|Aws\Common\Exception\AwsExceptionInterface
fromResponse( Guzzle\Http\Message\RequestInterface $request, Guzzle\Http\Message\Response $response )
Returns an AWS service specific exception
Parameters
- $request
Guzzle\Http\Message\RequestInterface
$request Unsuccessful request- $response
Guzzle\Http\Message\Response
$response Unsuccessful response that was encountered