Searched refs:MainError (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_exceptions.py | 1632 class MainError(Exception): class 1640 raise MainError() 1641 except MainError: 1650 with self.assertRaises(MainError): |
Completed in 4 milliseconds