MCPcopy Create free account
hub / github.com/cwida/ALP / UnexpectedError

Class UnexpectedError

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

Source from the content-addressed store, hash-verified

110
111
112class 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
118
119def run_clang_format_diff_wrapper(args, file):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected