Created
February 10, 2014 14:51
Revisions
-
yangboz created this gist
Feb 10, 2014 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ @try{ //App42 service API call here. }@catch (App42BadParameterException *ex) { NSLog(@"BadParameterException found,status code:%d",ex.appErrorCode); }@catch (App42SecurityException *ex) { NSLog(@"SecurityException found!"); }@catch (App42Exception *ex) { NSLog(@"App42 Exception found:%@",ex.description); //NSAlert here. }