[Issue 12558] try/catch allows implicit catching of Errors without specifying any Exception type
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Aug 23 10:01:07 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12558
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|try/catch allows implicit |try/catch allows implicit
|catching of Throwables |catching of Errors without
|without specifying any |specifying any Exception
|Exception type |type
--- Comment #8 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
Edited title to refer to Errors rather than Throwables, since that's the actual
problematic part.
--
More information about the Digitalmars-d-bugs
mailing list