MCPcopy Create free account
hub / github.com/HKUDS/OpenSpace / PatchError

Class PatchError

openspace/skill_engine/patch.py:110–112  ·  view source on GitHub ↗

Raised when a patch cannot be applied.

Source from the content-addressed store, hash-verified

108
109
110class PatchError(RuntimeError):
111 """Raised when a patch cannot be applied."""
112 pass
113
114
115class PatchParseError(PatchError):

Callers 4

_apply_multi_file_fullFunction · 0.85
_compute_replacementsFunction · 0.85
_apply_multi_file_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected