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