Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_wsgiref.py842 class CustomException(ValueError): class
851 raise CustomException
Dtest_dict.py794 class CustomException(Exception): class
803 raise CustomException
817 with self.assertRaises(CustomException):