I have this method:
+ (MHTwitterParser*)createParser:(NSString*)format { if ([format compare:@\"json\"] == NSOrderedSame) { return [[MHJsonTwitt
Replacing [exception raise]; with @throw exception; is functionally the same thing and will prevent the warning (see: Throwing Exceptions).
[exception raise];
@throw exception;