We do not have way to in "scope(failure)" or "scope(exit)" detect - it's "assert" or "throw".
Indeed. But the point is that _all_ Errors (of which AssertError is one example) are throwable from `nothrow` functions, and as such might not unwind the stack as you would expect.
— David
