Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • WebService
  • PHP

Exceptions

  • AddressNotFoundException
  • AuthenticationException
  • GeoIp2Exception
  • HttpException
  • InvalidRequestException
  • OutOfQueriesException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace GeoIp2\Exception;
 4: 
 5: /**
 6:  * This class represents a generic error.
 7:  */
 8: class AuthenticationException extends GeoIp2Exception
 9: {
10: }
11: 
GeoIP2 PHP API v2.1.1 API documentation generated by ApiGen