InvalidRequestException
extends HttpException
in package
This class represents an error returned by MaxMind's GeoIP2 web service.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$error
The code returned by the MaxMind web service.
public
string
$error
$uri
The URI queried.
public
string
$uri
Methods
__construct()
public
__construct(string $message, string $error, int $httpStatus, string $uri[, Exception|null $previous = null ]) : mixed
Parameters
- $message : string
- $error : string
- $httpStatus : int
- $uri : string
- $previous : Exception|null = null