HttpException
extends GeoIp2Exception
in package
This class represents an HTTP transport error.
Table of Contents
Properties
- $uri : string
- The URI queried.
Methods
- __construct() : mixed
Properties
$uri
The URI queried.
public
string
$uri
Methods
__construct()
public
__construct(string $message, int $httpStatus, string $uri[, Exception|null $previous = null ]) : mixed
Parameters
- $message : string
- $httpStatus : int
- $uri : string
- $previous : Exception|null = null