[Issue 6410] Few common exceptions in std.exception

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


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

--- Comment #4 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
I think the only good idea from bearophile's list is OverflowException, as
conversion data often comes from user input, and it may be useful to
distinguish values that are syntactically correct but simply too large to be
represented in the program's chosen data type, from values that are
syntactically incorrect.

--


More information about the Digitalmars-d-bugs mailing list