Re: printing Throwables in druntime

2012-10-21 Thread David
Am 21.10.2012 17:03, schrieb David: currently the class Throwable has a member toString which basically generates the pretty stacktrace: https://github.com/D-Programming-Language/druntime/blob/master/src/object_.d#L1337 Now, I tried to override that toString function to get my own Exception-Bod

printing Throwables in druntime

2012-10-21 Thread David
currently the class Throwable has a member toString which basically generates the pretty stacktrace: https://github.com/D-Programming-Language/druntime/blob/master/src/object_.d#L1337 Now, I tried to override that toString function to get my own Exception-Body, but it just didn't call my overr