tlc.core.exceptions¶
Custom exception classes for the TLC module
Module Contents¶
API¶
- exception TLCException¶
Bases:
ExceptionBase class for all TLC exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception ConfigNotFound¶
Bases:
tlc.core.exceptions.TLCExceptionRaised when a config file is not found.
Initialize self. See help(type(self)) for accurate signature.