InvalidDatabaseException.php in Smart IP 6.2
Same filename and directory in other branches
Namespace
MaxMind\Db\ReaderFile
includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.phpView source
<?php
namespace MaxMind\Db\Reader;
/**
* This class should be thrown when unexpected data is found in the database.
*/
class InvalidDatabaseException extends \Exception {
}
Classes
Name | Description |
---|---|
InvalidDatabaseException | This class should be thrown when unexpected data is found in the database. |