class InvalidInputException in Smart IP 7.2
Same name and namespace in other branches
- 6.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
- class \MaxMind\Exception\WebServiceException extends \MaxMind\Exception\Exception
- class \MaxMind\Exception\InvalidInputException
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\ExceptionView source
class InvalidInputException extends WebServiceException {
}