InvalidInputException.php in Smart IP 6.2
Same filename and directory in other branches
Namespace
MaxMind\ExceptionFile
includes/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.phpView source
<?php
namespace MaxMind\Exception;
/**
* 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.
*/
class InvalidInputException extends WebServiceException {
}
Classes
Name | Description |
---|---|
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. |