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