Custom default exception handler?

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue Feb 11 18:41:27 PST 2014


On 2/11/2014 6:35 PM, Sean Kelly wrote:
> Throw a static exception (maybe even derived directly from Throwable),

I assume then that throwing something directly derived from Throwable 
would still run cleanup code (like scope guards and finally) like 
throwing Exception would? Or is it like throwing an Error, skipping 
cleanup code?



More information about the Digitalmars-d-learn mailing list