summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php b/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php
new file mode 100644
index 0000000..8690f75
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php
@@ -0,0 +1,7 @@
+<?php
+namespace Aws\Arn\Exception;
+
+/**
+ * Represents a failed attempt to construct an Arn
+ */
+class InvalidArnException extends \RuntimeException {}