Home
last modified time | relevance | path

Searched refs:MainError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_exceptions.py1632 class MainError(Exception): class
1640 raise MainError()
1641 except MainError:
1650 with self.assertRaises(MainError):

Completed in 4 milliseconds