[Issue 6410] Few common exceptions in std.exception

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 8 17:08:04 PDT 2017


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

--- Comment #6 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
(In reply to greenify from comment #5)
> FYI there will be HttpStatusException soon:
> https://github.com/dlang/phobos/pull/5551

Yeah, but it's not generic. It's derived from std.net.curl.CurlException and
really only makes sense for std.net.curl. It's not something that another
library like vibe.d would use.

--


More information about the Digitalmars-d-bugs mailing list