errors.py 227 B

1234567891011
  1. """
  2. maxminddb.errors
  3. ~~~~~~~~~~~~~~~~
  4. This module contains custom errors for the MaxMind DB reader
  5. """
  6. class InvalidDatabaseError(RuntimeError):
  7. """This error is thrown when unexpected data is found in the database."""