[Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 27 14:37:38 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13543

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to bearophile_hugs from comment #1)
> I guess a FileException should give the line number of the *user* code where
> he/she has performed a failed file operation.

Once again, Exceptions are NOT for debugging user code.

--


More information about the Digitalmars-d-bugs mailing list