diff --git a/source/ikod/containers/internal.d b/source/ikod/containers/internal.d index fc00fff..b88d79b 100644 --- a/source/ikod/containers/internal.d +++ b/source/ikod/containers/internal.d @@ -47,10 +47,10 @@ debug(cachetools) @safe @nogc } catch(Exception e) { - () @trusted @nogc nothrow {try{errorf("[%x] %s:%d Exception: %s", Thread.getThis().id(), file, line, e);}catch{}}(); + () @trusted @nogc nothrow {try{errorf("[%x] %s:%d Exception: %s", Thread.getThis().id(), file, line, e);}catch(Throwable) {}}(); } } - } + } } bool UseGCRanges(T)() {