The Right Approach to Exceptions
Andrej Mitrovic
andrej.mitrovich at gmail.com
Tue Feb 21 09:35:24 PST 2012
On 2/21/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> std.file.FileException at std\file.d(453): : The system cannot find the
> path specified.
I see what's going on. It's an empty file string. I completely missed
it! It would help if the string was delimited in the output, e.g.:
std.file.FileException at std\file.d(453): ' ' : The system cannot find the
More information about the Digitalmars-d
mailing list