On Monday, 15 February 2021 at 21:04:50 UTC, Jack wrote:
obviously, insert a try-catch() within catch() is a circular dependence and doesn't solve the problem either (even if it, I think it would be quite ugly)

well that's prolly the way to do it, just catch Exception and like assert(0) if it happens with a static string

assert(0, "exception toString threw");

to completely abort at that point.

Reply via email to