MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / DiffError

Class DiffError

scripts/run-clang-format.py:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79class DiffError(Exception):
80 def __init__(self, message, errs=None):
81 super(DiffError, self).__init__(message)
82 self.errs = errs or []
83
84
85class UnexpectedError(Exception):

Callers 2

run_clang_format_versionFunction · 0.85
run_clang_format_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected