Errors
XLOT Exceptions.
AttributeCannotBeDeleteError
¶
Bases: XLOTException
Exception is raised if the attribute cannot be delete.
Source code in src/xloft/errors.py
AttributeDoesNotGetValueError
¶
Bases: XLOTException
Exception is raised if the attribute tries to get a value.
Source code in src/xloft/errors.py
AttributeDoesNotSetValueError
¶
Bases: XLOTException
Exception is raised if the attribute tries to set a value.