FileException Inconsistency?

Nick Treleaven nick at geany.org
Mon May 11 10:40:27 UTC 2026


On Monday, 11 May 2026 at 04:18:33 UTC, Alex wrote:
>         catch (FileException fe) {
>             writeln("File Exception: ", fe);

You might want to change `fe` to `fe.msg`, otherwise it will 
print the stack trace too, which is confusing.


More information about the Digitalmars-d-learn mailing list