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