Home
last modified time | relevance | path

Searched refs:InsufficientFundsException (Results 1 – 3 of 3) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php8 use MaxMind\Exception\InsufficientFundsException; alias
92 * @throws InsufficientFundsException when your account is out of funds
181 * @throws InsufficientFundsException when your account is out of funds
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DInsufficientFundsException.php8 class InsufficientFundsException extends InvalidRequestException class
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php206 } catch (\MaxMind\Exception\InsufficientFundsException $ex) {