\GeoIp2\ExceptionInvalidRequestException

This class represents an error returned by MaxMind's GeoIP2 web service.

Summary

Methods
Properties
Constants
__construct()
$uri
$error
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$uri

$uri : string

The URI queried.

Type

string

$error

$error : string

The code returned by the MaxMind web service.

Type

string

Methods

__construct()

__construct(string  $message, string  $error, int  $httpStatus, string  $uri, \Exception  $previous = null) : mixed

Parameters

string $message
string $error
int $httpStatus
string $uri
\Exception $previous

Returns

mixed —