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

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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **CloudWatch RUM** service.
 */
class CloudWatchRUMException extends AwsException {}