Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Route53RecoveryControlConfigException.php « Exception « Route53RecoveryControlConfig « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7eaf5641f0b69633f2526413c8c1de558594dfa (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Route53RecoveryControlConfig\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Route53 Recovery Control Config** service.
 */
class Route53RecoveryControlConfigException extends AwsException {}