Files
JellyPy/lib/maxminddb/errors.py
2016-06-30 21:19:54 -07:00

12 lines
227 B
Python

"""
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."""