Files
sloth/core/exceptions.py
T
2011-05-13 11:07:03 +02:00

8 lines
137 B
Python

"""
Label tool exception classes.
"""
class ImproperlyConfigured(Exception):
"""There is an error in the configuration."""
pass