Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_parallelism_framework.py70 class CustomException(Exception): class
73 super(CustomException, self).__init__(exception_str)
93 raise CustomException('Failing on purpose.')
98 raise CustomException('Exception handler failing on purpose.')
194 raise CustomException(
521 except CustomException, e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_key.py229 class CustomException(Exception): pass class
232 side_effect=CustomException('File blew up!'))
235 with self.assertRaises(CustomException):
/external/clang/test/Analysis/
DNoReturn.m79 @interface CustomException : NSException interface
85 [CustomException raise:@"Blah" format:@"abc"];