https://issues.dlang.org/show_bug.cgi?id=12558
Andrej Mitrovic <[email protected]> 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 <[email protected]> --- Edited title to refer to Errors rather than Throwables, since that's the actual problematic part. --
