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

Class AmbiguousConfigFileError

plain2code_exceptions.py:87–90  ·  view source on GitHub ↗

Raised when a config file is found in both the plain file directory and the current working directory.

Source from the content-addressed store, hash-verified

85
86
87class AmbiguousConfigFileError(Exception):
88 """Raised when a config file is found in both the plain file directory and the current working directory."""
89
90 pass
91
92
93class RenderCancelledError(Exception):

Callers 1

resolve_config_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected