summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php b/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php
new file mode 100644
index 0000000..9e12a7b
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/InternetMonitor/Exception/InternetMonitorException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\InternetMonitor\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon CloudWatch Internet Monitor** service.
+ */
+class InternetMonitorException extends AwsException {}