Errors
XLOT Exceptions.
AttributeCannotBeDelete
¶
Bases: XLOTException
Exception is raised if the attribute cannot be delete.
Source code in src\xloft\errors.py
19 20 21 22 23 24 |
|
AttributeDoesNotSetValue
¶
Bases: XLOTException
Exception is raised if the attribute does not setting value.
Source code in src\xloft\errors.py
11 12 13 14 15 16 |
|
XLOTException
¶
Bases: Exception
Root Custom Exception.
Source code in src\xloft\errors.py
4 5 6 7 8 |
|