MCPcopy Create free account
hub / github.com/FastLED/FastLED / UnexpectedError

Class UnexpectedError

ci/run-clang-format.py:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120class UnexpectedError(Exception):
121 def __init__(self, message: str, exc: Optional[Exception] = None):
122 super(UnexpectedError, self).__init__(message)
123 self.formatted_traceback = traceback.format_exc()
124 self.exc = exc
125
126
127def run_clang_format_diff_wrapper(args: Any, file: str) -> tuple[list[str], list[str]]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected