Overview

Namespaces

  • GeoIp2
    • Database
    • Exception
    • Model
    • Record
    • WebService
  • MaxMind
    • Db
      • Reader
  • PHP

Classes

  • Decoder
  • Metadata
  • Util

Exceptions

  • InvalidDatabaseException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace MaxMind\Db\Reader;
 4: 
 5: /**
 6:  * This class should be thrown when unexpected data is found in the database.
 7:  */
 8: class InvalidDatabaseException extends \Exception
 9: {
10: }
11: 
GeoIP2 PHP API v2.7.0 API documentation generated by ApiGen 2.8.0