File: errors.py

package info (click to toggle)
python-maxminddb 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,580 kB
  • sloc: ansic: 7,251; python: 1,520; perl: 987; makefile: 273; sh: 191
file content (5 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
"""Typed errors thrown by this library."""


class InvalidDatabaseError(RuntimeError):
    """An error thrown when unexpected data is found in the database."""