Home
last modified time | relevance | path

Searched refs:InvalidInputException (Results 1 – 2 of 2) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php9 use MaxMind\Exception\InvalidInputException; alias
88 * @throws InvalidInputException when the request has missing or invalid
105 throw new InvalidInputException(
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DInvalidInputException.php10 class InvalidInputException extends WebServiceException class