InsufficientFundsException.php in Smart IP 6.2
Same filename and directory in other branches
Namespace
MaxMind\ExceptionFile
includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.phpView source
<?php
namespace MaxMind\Exception;
/**
* Thrown when the account is out of credits.
*/
class InsufficientFundsException extends InvalidRequestException {
}
Classes
Name | Description |
---|---|
InsufficientFundsException | Thrown when the account is out of credits. |