public function InvalidRequestException::__construct in Smart IP 7.2
Same name in this branch
- 7.2 includes/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php \MaxMind\Exception\InvalidRequestException::__construct()
- 7.2 includes/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php \GeoIp2\Exception\InvalidRequestException::__construct()
Same name and namespace in other branches
- 6.2 includes/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php \GeoIp2\Exception\InvalidRequestException::__construct()
Overrides HttpException::__construct
File
- includes/
vendor/ geoip2/ geoip2/ src/ Exception/ InvalidRequestException.php, line 16
Class
- InvalidRequestException
- This class represents an error returned by MaxMind's GeoIP2 web service.
Namespace
GeoIp2\ExceptionCode
public function __construct($message, $error, $httpStatus, $uri, \Exception $previous = null) {
$this->error = $error;
parent::__construct($message, $httpStatus, $uri, $previous);
}