Overview

Namespaces

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

Exceptions

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

Class WebServiceException

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

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

Overrides

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

The code returned by the MaxMind web service

The code returned by the MaxMind web service

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