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