How do I catch global exceptions?

Posted by Konstantin on Stack Overflow See other posts from Stack Overflow or by Konstantin
Published on 2010-05-13T11:29:20Z Indexed on 2010/05/13 11:34 UTC
Read the original article Hit count: 214

Is there a way to catch global "crashing" app exceptions like objc_exception_throw, EXC_ARITHMETIC etc. in code? I need that because I want to do some things before the app gets killed by the system.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa