KNYException Class Reference
Inherits from | NSException |
Declared in | KNYException.h |
Instance Methods
initWithName:reason:userInfo:
init method to create KNYException
- (instancetype)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
Parameters
- aName
name
- aReason
reason
- aUserInfo
userInfo
Return Value
Instance of KNYException
Discussion
init method to create KNYException
Declared In
KNYException.h