Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
class
DiffError(Exception):
106
def
__init__(self, message, errs=None):
107
super(DiffError, self).__init__(message)
108
self.errs = errs or []
109
110
111
class
UnexpectedError(Exception):
Callers
1
run_clang_format_diff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected