Any problem detected while parsing or applying a patch.
| 48 | # Exceptions |
| 49 | # --------------------------------------------------------------------------- # |
| 50 | class DiffError(ValueError): |
| 51 | """Any problem detected while parsing or applying a patch.""" |
| 52 | |
| 53 | |
| 54 | # --------------------------------------------------------------------------- # |
no outgoing calls
no test coverage detected