MirThrowableImpl

Constructors

this
this(const(char)[] msg, string file, size_t line, Throwable nextInChain)
this(const(char)[] msg, Throwable nextInChain, string file, size_t line)
this(string msg, string file, size_t line, Throwable nextInChain)
this(string msg, Throwable nextInChain, string file, size_t line)
this
this(Args args, string file, size_t line, Throwable nextInChain)

Generic multiargument overload. Constructs a string using the print function.

Destructor

~this
~this()

Meta