You are here

class InvalidDatabaseException in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php \MaxMind\Db\Reader\InvalidDatabaseException

This class should be thrown when unexpected data is found in the database.

Hierarchy

Expanded class hierarchy of InvalidDatabaseException

3 files declare their use of InvalidDatabaseException
Decoder.php in includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php
Reader.php in includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php
Util.php in includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php

File

includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php, line 8

Namespace

MaxMind\Db\Reader
View source
class InvalidDatabaseException extends \Exception {

}

Members