> On Jun 14, 2018, at 11:33 AM, Casey McDermott <supp...@turtlesoft.com> wrote:
> 
> However, simply replacing the C++ throw with a Cocoa exception via
> [NSException raise : errString  format : errString]; seems to work great.

Yeah, I think that’s because the exception type being thrown is now 
NSException* instead of whatever C++ type you were throwing, and the backstop 
exception handlers in Cocoa only catch NSException*.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to