diff options
Diffstat (limited to 'includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php')
| -rw-r--r-- | includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php b/includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php new file mode 100644 index 0000000..fe159a2 --- /dev/null +++ b/includes/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 +{ +} |