Exception handling syntax: Difference between revisions

Content deleted Content added
Add banner {{Cleanup bare URLs}}. After at least 7 passes by @Citation bot since 20220821, this article still has 1 untagged bare URL ref
Line 689:
<syntaxhighlight lang="objc">
NSException *exception = [NSException exceptionWithName:@"myException"
reason:@"whateveryourReason" userInfo:nil];
</syntaxhighlight>