Overview

Namespaces

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

Exceptions

  • GeoIP2Exception
  • HttpException
  • WebServiceException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace GeoIP2\Exception;
 4: 
 5: /**
 6:  * This class represents a generic error.
 7:  */
 8: class GeoIP2Exception extends \Exception
 9: {
10: }
11: 
API documentation generated by ApiGen 2.8.0