Searched refs:CustomException (Results 1 – 5 of 5) sorted by relevance
42 class CustomException { class44 explicit CustomException( const std::string& msg ) in CustomException() function in __anon856730280111::ExceptionTests::CustomException72 throw CustomException( "custom exception - not std" ); in throwCustom()130 CATCH_TRANSLATE_EXCEPTION( CustomException& ex ) { in CATCH_TRANSLATE_EXCEPTION()143 throw CustomException( "custom exception" );147 throw CustomException( "custom std exception" );
40 class CustomException(Exception): class64 with self.assertRaises(CustomException):67 raise CustomException('Something when wrong')
79 @interface CustomException : NSException interface85 [CustomException raise:@"Blah" format:@"abc"];
502 class CustomException(Exception): class511 raise CustomException526 with self.assertRaises(CustomException):
705 class CustomException(Exception): class714 raise CustomException728 with self.assertRaises(CustomException):