Skip to content

Instantly share code, notes, and snippets.

@quentinfasquel
Last active February 10, 2019 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quentinfasquel/722ba069ac557c4e36631a700da124e8 to your computer and use it in GitHub Desktop.
Save quentinfasquel/722ba069ac557c4e36631a700da124e8 to your computer and use it in GitHub Desktop.
// MyFailingObject.m
@implementation MyFailingObject
- (void)throwException {
@throw [NSException exceptionWithName:NSGenericException
reason:@"An exception on purpose"
userInfo:nil];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment