Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
class
PatchError(RuntimeError):
111
""
"Raised when a patch cannot be applied."
""
112
pass
113
114
115
class
PatchParseError(PatchError):
Callers
4
_apply_multi_file_full
Function · 0.85
_compute_replacements
Function · 0.85
_apply_multi_file_patch
Function · 0.85
_apply_search_replace_to_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected