MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / InvalidGitRepositoryError

Class InvalidGitRepositoryError

plain2code_exceptions.py:57–60  ·  view source on GitHub ↗

Raised when the git repository is in an invalid state.

Source from the content-addressed store, hash-verified

55
56
57class InvalidGitRepositoryError(Exception):
58 """Raised when the git repository is in an invalid state."""
59
60 pass
61
62
63class InvalidLiquidVariableName(Exception):

Callers 4

_get_commitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected