On 19 April 2015 at 13:50, Iain Buclaw <ibuc...@gdcproject.org> wrote:
> On 19 April 2015 at 09:13, Iain Buclaw <ibuc...@gdcproject.org> wrote:
>>
>> Last feature I am working on getting in is runtime exception chaining
>> support.  If anyone has any grand ideas, they'd be more than welcome.
>>
>
> First attempt:
> https://github.com/D-Programming-GDC/GDC/compare/master...ibuclaw:eh_chaining
>
> Can someone have a review?  In particular, I'd like to know when and
> when not to chain Exception and/or Error objects together.
>

For instance, if a new exception is thrown inside a catch handler,
what then?  If a caught exception is thrown, what then?

Regards
Iain.

Reply via email to