Opt out exceptions
Created by: hovox
Exception handling is not recommended in Objective-C, and by default it's turned off, so in case of exceptions there will be memory leaks.
Can we have a way to opt out exceptions ? For example with some macro, if macro is defined, then skip @try/@catch
. Thanks in advance.