summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php')
-rw-r--r--vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php b/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php
new file mode 100644
index 0000000..54258ca
--- /dev/null
+++ b/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace MaxMind\Exception;
+
+/**
+ * This class represents an error authenticating.
+ */
+class AuthenticationException extends InvalidRequestException
+{
+}