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

Class DiffError

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

Source from the content-addressed store, hash-verified

103
104
105class DiffError(Exception):
106 def __init__(self, message, errs=None):
107 super(DiffError, self).__init__(message)
108 self.errs = errs or []
109
110
111class UnexpectedError(Exception):

Callers 1

run_clang_format_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected