DEBSOURCES
Skip Quicknav
sources / libtpclient-py / 0.3.2-2 / tp / client / pyscheme / error.py
123456
"""Let's define a personalized SchemeError exception that will be thrown if bad things happen.""" __license__ = "MIT License" class SchemeError(Exception): pass