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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon Glacier service.
 */
class GlacierException extends AwsException {}