https://issues.dlang.org/show_bug.cgi?id=13541
--- Comment #3 from Marco Leise <[email protected]> --- When I was writing platform specific code, I just put POSIX and WinAPI enforcement into a single `osApiEnforce`, throwing an OSApiException. I found I used it very often, because it was so easy to remember. Still we would want to catch that Exception inside sysErrorString() to be able to make it nothrow. --
