[Issue 3129] Cannot take advantage of overriding Throwable.toString

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 2 06:14:38 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3129





--- Comment #1 from Sobirari Muhomori <maxmo at pochta.ru>  2009-07-02 06:14:37 PDT ---
Another possible solution is to change line 320
---
- catch (Throwable e)
+ catch (Error e)
---

so that unoverridden Throwable.toString is executed in catch(Object o) block.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list