class InvalidDatabaseException in Smart IP 6.2
Same name and namespace in other branches
- 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
- class \MaxMind\Db\Reader\InvalidDatabaseException extends \MaxMind\Db\Reader\Exception
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\ReaderView source
class InvalidDatabaseException extends \Exception {
}