Comparing Exceptions and Errors

Steven Schveighoffer schveiguy at gmail.com
Fri Jun 3 23:40:50 UTC 2022


During the last beerconf, I wrote a short blog post about how `Error` 
and `Exception` are different, and why you should never continue after 
catching `Error`s.

Feedback welcome, I didn't announce here when I wrote it because it's 
kind of small/insignificant, but maybe it can help newcomers to the 
language: 
https://www.schveiguy.com/blog/2022/05/comparing-exceptions-and-errors-in-d/

-Steve


More information about the Digitalmars-d-learn mailing list