Overview

Namespaces

  • GeoIP2
    • Exception
    • Model
    • Record
    • WebService
  • PHP

Exceptions

  • GeoIP2Exception
  • HttpException
  • WebServiceException
  • Overview
  • Namespace
  • Class
  • Tree

Class HttpException

This class represents an HTTP transport error.

Exception
Extended by GeoIP2\Exception\GeoIP2Exception
Extended by GeoIP2\Exception\HttpException

Direct known subclasses

GeoIP2\Exception\WebServiceException
Namespace: GeoIP2\Exception
Located at GeoIP2/Exception/HttpException.php
Methods summary
public
# __construct( mixed $message, mixed $httpStatus, mixed $uri, GeoIP2\Exception\Exception $previous = null )

Overrides

Exception::__construct()
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
public mixed $uri
#

The URI queried

The URI queried

Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen 2.8.0