Home
last modified time | relevance | path

Searched refs:KeepSortedParsingError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_presubmit/py/
H A Dkeep_sorted_test.py73 with self.assertRaises(keep_sorted.KeepSortedParsingError):
77 with self.assertRaises(keep_sorted.KeepSortedParsingError):
81 with self.assertRaises(keep_sorted.KeepSortedParsingError):
85 with self.assertRaises(keep_sorted.KeepSortedParsingError):
89 with self.assertRaises(keep_sorted.KeepSortedParsingError):
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dkeep_sorted.py90 class KeepSortedParsingError(presubmit.PresubmitFailure): class
237 raise KeepSortedParsingError(
296 raise KeepSortedParsingError(
304 raise KeepSortedParsingError(
314 raise KeepSortedParsingError(
371 except KeepSortedParsingError as exc: