On 8/8/2013 2:27 PM, Andrej Mitrovic wrote:
What about Error and Throwable? I think those shouldn't pass to the C code either. Unforunately 'nothrow' is a misnomer because it really means 'noexception', it allows both Error and Throwable to propagate from nothrow functions.
You're generally on your own with Error and Throwable going across foreign code.
