MCPcopy
hub / github.com/Aider-AI/aider / DiffError

Class DiffError

aider/coders/patch_coder.py:13–14  ·  view source on GitHub ↗

Any problem detected while parsing or applying a patch.

Source from the content-addressed store, hash-verified

11# Domain objects & Exceptions (Adapted from apply_patch.py)
12# --------------------------------------------------------------------------- #
13class DiffError(ValueError):
14 """Any problem detected while parsing or applying a patch."""
15
16
17class ActionType(str, Enum):

Callers 7

peek_next_sectionFunction · 0.85
get_editsMethod · 0.85
_parse_patch_textMethod · 0.85
apply_editsMethod · 0.85
_apply_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected