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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Route53 Recovery Readiness** service.
 */
class Route53RecoveryReadinessException extends AwsException {}