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/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php')
-rw-r--r--aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php b/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php
new file mode 100644
index 00000000..1d0e37ba
--- /dev/null
+++ b/aws/aws-sdk-php/src/ChimeSDKMessaging/Exception/ChimeSDKMessagingException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\ChimeSDKMessaging\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Chime SDK Messaging** service.
+ */
+class ChimeSDKMessagingException extends AwsException {}