InvalidRequestException
extends HttpException
in package
This class represents an error returned by MaxMind's GeoIP2 web service.
Table of Contents
- $error : string
- The code returned by the MaxMind web service.
- $uri : string
- The URI queried.
- __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 $previous = null ]) : mixed
Parameters
- $message : string
- $error : string
- $httpStatus : int
- $uri : string
- $previous : Exception = null