Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
class
DiffError(Exception):
80
def
__init__(self, message, errs=None):
81
super(DiffError, self).__init__(message)
82
self.errs = errs or []
83
84
85
class
UnexpectedError(Exception):
Callers
2
run_clang_format_version
Function · 0.85
run_clang_format_diff
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected