Errors
XLOT Exceptions.
AttributeCannotBeDelete
¶
Bases: XLOTException
Exception is raised if the attribute cannot be delete.
Source code in src\xloft\errors.py
21 22 23 24 25 26 |
|
AttributeDoesNotSetValue
¶
Bases: XLOTException
Exception is raised if the attribute does not setting value.
Source code in src\xloft\errors.py
13 14 15 16 17 18 |
|
XLOTException
¶
Bases: Exception
Root Custom Exception.
Source code in src\xloft\errors.py
6 7 8 9 10 |
|