tlc.core.exceptions

Custom exception classes for the TLC module

Module Contents

API

exception tlc.core.exceptions.TLCException

Bases: Exception

Base class for all TLC exceptions.

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

exception tlc.core.exceptions.ConfigNotFound

Bases: tlc.core.exceptions.TLCException

Raised when a config file is not found.

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