Files
sloth/core/exceptions.py
T
Martin Baeuml c84e02befe - move annotation model and containers to package annotations
- implement AnnotationContainerFactory
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