summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php
blob: 9243027c332da691ac310b45af6565317477b211 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\StorageGateway\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the AWS Storage Gateway service.
 */
class StorageGatewayException extends AwsException {}