Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DIpAddressNotFoundException.php5 class IpAddressNotFoundException extends InvalidRequestException class
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php194 } catch (\MaxMind\Exception\IpAddressNotFoundException $ex) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php11 use MaxMind\Exception\IpAddressNotFoundException; alias