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