Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py753 class CustomException(Exception): class
757 raise CustomException
764 raise CustomException
773 except* CustomException as err:
778 self.fail('CustomException not raised')
/third_party/python/Lib/test/
H A Dtest_wsgiref.py818 class CustomException(ValueError): class
821 # We are raising CustomException here to trigger an exception
827 raise CustomException
834 self.assertIn("CustomException", stderr.getvalue())
H A Dtest_dict.py795 class CustomException(Exception): class
804 raise CustomException
818 with self.assertRaises(CustomException):

Completed in 5 milliseconds