tags_input.exceptions module

exception tags_input.exceptions.ConfigurationError[source]

Bases: Exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception tags_input.exceptions.MappingUndefined[source]

Bases: TagsInputError

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception tags_input.exceptions.TagsInputError[source]

Bases: Exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.