DEBSOURCES
Skip Quicknav
sources / python-maxminddb / 2.8.2-1 / maxminddb / errors.py
12345
"""Typed errors thrown by this library.""" class InvalidDatabaseError(RuntimeError): """An error thrown when unexpected data is found in the database."""