mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
Added another category method to NSException that would allow you to modify and extend the userInfo key
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc7d3f707a
commit
31fefa9269
2 changed files with 32 additions and 0 deletions
|
@ -202,6 +202,8 @@ extern NSData* HexStringToData(NSString* _string);
|
|||
-(NSException*)exceptionByAddingUserInfo:(NSDictionary*)userInfo_;
|
||||
-(NSException*)exceptionByAddingUserInfoKey:(id)key_
|
||||
format:(NSString*)format_,...;
|
||||
-(NSException*)exceptionByAddingToUserInfoKey:(id)key_
|
||||
format:(NSString*)format_,...;
|
||||
-(NSException*)exceptionByAddingUserInfoFrameInfo:(NSString*)frameInfo_;
|
||||
-(NSException*)exceptionByAddingUserInfoFrameInfoFormat:(NSString*)format_,...;
|
||||
-(NSException*)exceptionByAddingUserInfoFrameInfoObject:(id)obj_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue