tlc.core.exceptions¶

Custom exception classes for the TLC module

Module Contents¶

API¶

exception ConfigNotFound¶

Bases: tlc.core.exceptions.TLCException

Raised when a config file is not found.

Initialize self. See help(type(self)) for accurate signature.

exception TLCException¶

Bases: Exception

Base class for all TLC exceptions.

Initialize self. See help(type(self)) for accurate signature.