MCPcopy
hub / github.com/dlt-hub/dlt / CliCommandInnerException

Class CliCommandInnerException

dlt/_workspace/cli/exceptions.py:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class CliCommandInnerException(DltException):
5 def __init__(self, cmd: str, msg: str, inner_exc: Exception = None) -> None:
6 self.cmd = cmd
7 self.inner_exc = inner_exc
8 super().__init__(msg)
9
10
11class CliCommandException(DltException):

Callers 9

pipeline_commandFunction · 0.90
_get_originMethod · 0.90
get_visitorsFunction · 0.90
parse_pipeline_infoFunction · 0.90
ask_files_overwriteFunction · 0.90
parse_init_scriptFunction · 0.90
ensure_git_commandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected