summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php')
-rw-r--r--vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php b/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
new file mode 100644
index 0000000..4d6b3be
--- /dev/null
+++ b/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace MaxMind\Exception;
+
+/**
+ * Thrown when the account is out of credits.
+ */
+class InsufficientFundsException extends InvalidRequestException
+{
+}