Searched refs:CustomException (Results 1 – 7 of 7) sorted by relevance
42 class CustomException { class44 explicit CustomException( const std::string& msg ) in CustomException() function in __anon932250df0111::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" );
42 class CustomException(Exception): class101 with self.assertRaises(CustomException):105 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):
841 class CustomException(ValueError): class850 raise CustomException
764 class CustomException(Exception): class773 raise CustomException787 with self.assertRaises(CustomException):