More exception classes into Phobos?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat Mar 25 06:17:10 PDT 2017
On 2017-03-23 21:48, Jonathan M Davis via Digitalmars-d wrote:
> There are plenty of cases where all you care about is that something went
> wrong when calling a function and aren't going to do anything special
> depending on what went wrong. You just handle it and move on.
If you don't know that went wrong you cannot handle it. Basically the
only option that is left is to abort the program.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list