Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • Test
      • Database
      • Model
      • WebService
    • WebService
  • MaxMind
    • MinFraud
      • Model
  • PHP

Exceptions

  • AddressNotFoundException
  • AuthenticationException
  • GeoIp2Exception
  • HttpException
  • InvalidRequestException
  • OutOfQueriesException
  • Overview
  • Namespace
  • Class

Class InvalidRequestException

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

Exception implements Throwable
Extended by GeoIp2\Exception\GeoIp2Exception
Extended by GeoIp2\Exception\HttpException
Extended by GeoIp2\Exception\InvalidRequestException
Namespace: GeoIp2\Exception
Located at src/Exception/InvalidRequestException.php
Methods summary
public
# __construct( $message, $error, $httpStatus, $uri, Exception $previous = null )

Overrides

GeoIp2\Exception\HttpException::__construct()
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
public $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
minFraud PHP API v1.4.0 API documentation generated by ApiGen