Catching Errors

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 19 07:43:26 PST 2017


On 2017-01-19 15:29, Jack Stouffer wrote:

> If this is the case, would it not make sense to make it illegal to catch
> Errors in @safe code?

There's the issue with AssertError, which is useful for a unit test 
framework to catch. Perhaps it could throw an AssertException instead 
when the "unittest" flag is passed.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list