On Friday, 5 February 2016 at 06:23:09 UTC, Daniel Kozak wrote:
V Fri, 05 Feb 2016 03:47:40 +0000 tcak via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> napsáno:[...]Did you try catch Throwable instead of Exception?
Undid the fix, and wrapped the problem causing function call with try-catch-Throwable, it is caught now. I always used Exception before, thinking that it was the base of all exceptions.