On 11/12/2015 12:59 AM, Jacob Carlborg wrote:
In would be nice if we were able to catch Objective-C exceptions as well (it uses the same exception handling as C++). They have their own tree of exception classes which do not inherit from std::exception. We don't need to support this right away but it would be nice to avoid any artificial limitations preventing this.
I don't anticipate that would be too difficult to add.
