mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
MirThrowableImpl.this
mir
exception
MirThrowableImpl
Generic multiargument overload. Constructs a string using the
print
function.
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
(Args args, string file, size_t line, Throwable nextInChain)
mixintemplate
MirThrowableImpl
()
@
nogc
@
safe
pure nothrow
this
(
Args
...
)
(
scope
auto
ref
Args
args
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
if
(
Args.length
> 1
)
Meta
Source
See Implementation
mir
exception
MirThrowableImpl
constructors
this
destructors
~this
Generic multiargument overload. Constructs a string using the print function.