MDL-67380 lib: Upgrade MixMind DB reader lib to 1.5.1

This commit is contained in:
Amaia Anabitarte
2019-12-20 11:42:00 +01:00
parent e0c03d919a
commit 04485c2404
9 changed files with 806 additions and 120 deletions
@@ -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
{
}