<?phpnamespace AwsStorageGatewayException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Storage Gateway service. */class StorageGatewayException extends AwsException {}