MDL-67380 lib: Upgrade MixMind DB reader lib to 1.5.1
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace MaxMind\Db\Reader;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* This class should be thrown when unexpected data is found in the database.
|
||||
*/
|
||||
class InvalidDatabaseException extends \Exception
|
||||
class InvalidDatabaseException extends Exception
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user