ts_core.config.config_exceptions module¶
Custom exception classes to provide more useful output when Excel parsing fails.
-
exception
ParsedConfigNotImplementedError(message)[source]¶ Bases:
ts_core.core_exceptions.TSCoreErrorParameters: message (explanation of the error) –
-
exception
ParsedSchemaError(message)[source]¶ Bases:
ts_core.core_exceptions.TSCoreErrorException raised when downstream processors of the parsed Excel config sheet encounter a structure error.
Parameters: message (explanation of the error) –