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

use Aws\Exception\AwsException;

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