mirror of
https://github.com/wassname/sloth.git
synced 2026-06-28 15:40:36 +08:00
c84e02befe
- implement AnnotationContainerFactory
8 lines
137 B
Python
8 lines
137 B
Python
"""
|
|
Label tool exception classes.
|
|
"""
|
|
|
|
class ImproperlyConfigured(Exception):
|
|
"""There is an error in the configuration."""
|
|
pass
|