Files
be-accone/vendor/aws_sdk/Aws/Route53RecoveryCluster/Exception/Route53RecoveryClusterException.php

10 lines
240 B
PHP

<?php
namespace Aws\Route53RecoveryCluster\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Route53 Recovery Cluster** service.
*/
class Route53RecoveryClusterException extends AwsException {}