You are here

class InsufficientFundsException in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php \MaxMind\Exception\InsufficientFundsException

Thrown when the account is out of credits.

Hierarchy

Expanded class hierarchy of InsufficientFundsException

1 file declares its use of InsufficientFundsException
Client.php in includes/vendor/maxmind/web-service-common/src/WebService/Client.php

File

includes/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php, line 8

Namespace

MaxMind\Exception
View source
class InsufficientFundsException extends InvalidRequestException {

}

Members

Namesort descending Modifiers Type Description Overrides
HttpException::$uri private property The URI queried
HttpException::getStatusCode public function
HttpException::getUri public function
InvalidRequestException::$error private property The code returned by the MaxMind web service
InvalidRequestException::getErrorCode public function
InvalidRequestException::__construct public function Overrides HttpException::__construct