On Thu, Oct 17, 2013 at 11:42 PM, Rowan Collins <[email protected]> wrote:
>
> The current implementation allows you to define a callback, and to choose
> whether assertions are fatal, which means that unit test frameworks and
> fancy-output wrappers can intercept assertions *without affecting other
> parts of the code*. The only way to do that with catch blocks would be to
> have an exception which didn't descend from Exception.
You could always throw a secondary exception from the catch-block.
Marco