Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/FastLanes
/ __init__
Method
__init__
scripts/run-clang-format.py:112–114 ·
view source on GitHub ↗
(self, message, errs=None)
Source
from the content-addressed store, hash-verified
110
111
112
class
UnexpectedError(Exception):
113
def
__init__(self, message, exc=None):
114
super(UnexpectedError, self).__init__(message)
115
self.formatted_traceback = traceback.format_exc()
116
self.exc = exc
117
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected