Files
moodle/lib/maxmind/MaxMind/Db/Reader/InvalidDatabaseException.php
T
2019-12-20 11:42:00 +01:00

13 lines
192 B
PHP

<?php
namespace MaxMind\Db\Reader;
use Exception;
/**
* This class should be thrown when unexpected data is found in the database.
*/
class InvalidDatabaseException extends Exception
{
}