what are alternatives to throwing exceptions in objective c

Posted by malik on Stack Overflow See other posts from Stack Overflow or by malik
Published on 2010-06-02T08:28:55Z Indexed on 2010/06/02 8:33 UTC
Read the original article Hit count: 464

Filed under:

Hi,

Google Coding Standard for Objective C says we should not throw exceptions, what are the alternatives to @throw then?

© Stack Overflow or respective owner

Related posts about objective-c