\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

The URI queried.

$error

$error

The code returned by the MaxMind web service.

Methods

__construct()

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

Parameters

mixed $message
mixed $error
mixed $httpStatus
mixed $uri
\Exception $previous

Returns

mixed