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

Class DiffError

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

Source from the content-addressed store, hash-verified

112
113
114class DiffError(Exception):
115 def __init__(self, message: str, errs: Optional[list[str]] = None):
116 super(DiffError, self).__init__(message)
117 self.errs: list[str] = errs or []
118
119
120class UnexpectedError(Exception):

Callers 1

run_clang_format_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected