https://issues.dlang.org/show_bug.cgi?id=13542
--- Comment #2 from Walter Bright <[email protected]> --- (In reply to Vladimir Panteleev from comment #1) > Per my comment in https://issues.dlang.org/show_bug.cgi?id=13541#c2 , we > should look into replacing uses of FileException / GetLastError with > wenforce. wenforce is currently private and throws an Exception, which would break code that looks for FileException. While reengineering the interface has its place, this bug report is only about fixing the existing code and the way it works. --
