You are here

class InvalidInputException in Smart IP 6.2

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

This class represents an error in creating the request to be sent to the web service. For example, if the array cannot be encoded as JSON or if there is a missing or invalid field.

Hierarchy

Expanded class hierarchy of InvalidInputException

2 files declare their use of InvalidInputException
Client.php in includes/vendor/maxmind/web-service-common/src/WebService/Client.php
Client.php in includes/vendor/geoip2/geoip2/src/WebService/Client.php

File

includes/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php, line 10

Namespace

MaxMind\Exception
View source
class InvalidInputException extends WebServiceException {

}

Members