| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| const.py | |||||
| decoder.py | |||||
| errors.py | |||||
| extension.pyi | |||||
| file.py | |||||
| py.typed | |||||
| reader.py | |||||
| types.py |
"""
maxminddb.errors
~~~~~~~~~~~~~~~~
This module contains custom errors for the MaxMind DB reader
"""
class InvalidDatabaseError(RuntimeError):
"""This error is thrown when unexpected data is found in the database."""
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| const.py | |||||
| decoder.py | |||||
| errors.py | |||||
| extension.pyi | |||||
| file.py | |||||
| py.typed | |||||
| reader.py | |||||
| types.py |