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