MirThrowableImpl.this

Constructs a MirThrowableImpl with a message, source file, line number, and optional next throwable in chain.

Parameters

msg string

message. No-scope msg is assumed to have the same lifetime as the throwable. scope strings are copied to internal buffer.

file string

file name, zero terminated global string

line size_t

line number

nextInChain Throwable

next exception in the chain (optional)