4 lines
151 B
Objective-C
4 lines
151 B
Objective-C
- (void)foo {
|
|
@throw [NSException exceptionWithName:@"TerribleException"
|
|
reason:@"OMGWTFBBQ111!1" userInfo:nil];
|
|
}
|