InvalidDatabaseException.php 177 B

12345678910
  1. <?php
  2. namespace MaxMind\Db\Reader;
  3. /**
  4. * This class should be thrown when unexpected data is found in the database.
  5. */
  6. class InvalidDatabaseException extends \Exception
  7. {
  8. }