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

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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Cloud Control API** service.
 */
class CloudControlApiException extends AwsException {}