4 lines
76 B
Objective-C
4 lines
76 B
Objective-C
@interface MyException : NSException {
|
|
//Put specific info in here
|
|
}
|
|
@end
|