Varken/lib/maxminddb/errors.py

11 lines
226 B
Python
Raw Normal View History

2018-12-02 11:38:37 -08:00
"""
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."""