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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Route53 Recovery Cluster** service.
 */
class Route53RecoveryClusterException extends AwsException {}