Any way to peek at the exception currently being thrown?
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Tue Jun 1 16:36:31 UTC 2021
One possible idiom is to use scope(failure) and take a look at the
exception being thrown.
Is there a way to do that? If not, I assume it shouldn't be difficult to
add to druntime?
More information about the Digitalmars-d
mailing list