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

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php')
-rw-r--r--aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php b/aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php
new file mode 100644
index 00000000..6a8c4c93
--- /dev/null
+++ b/aws/aws-sdk-php/src/CloudWatchRUM/Exception/CloudWatchRUMException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\CloudWatchRUM\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **CloudWatch RUM** service.
+ */
+class CloudWatchRUMException extends AwsException {}