Ah, I didn't see Error... but yes, this is my hypothesis, I just wanted to confirm if it's correct.
Can I expect unwind tables are not generated for nothrow functions?

On Mon, 7 Apr 2025 at 14:06, Olivier Pisano via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
Hello,

I suppose this is because a nothrow function cannot throw an
Exception, but can throw an Error.