You are here

class IpAddressNotFoundException in Smart IP 7.2

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

Hierarchy

Expanded class hierarchy of IpAddressNotFoundException

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

File

includes/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php, line 5

Namespace

MaxMind\Exception
View source
class IpAddressNotFoundException 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