spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Exception.this
object
Exception
Undocumented in source.
this
(string msg, string file, size_t line, Throwable nextInChain)
this
(string msg, Throwable nextInChain, string file, size_t line)
class
Exception
@
nogc
@
safe
pure nothrow
this
(
string
msg
,
Throwable
nextInChain
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
object
Exception
constructors
this