hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
BasicExceptionCtors.this
hunt
Exceptions
BasicExceptionCtors
Undocumented in source.
this
(size_t line, string file)
this
(string msg, string file, size_t line, Throwable next)
this
(string msg, Throwable next, string file, size_t line)
this
(Throwable next, string file, size_t line)
mixintemplate
BasicExceptionCtors
()
@
nogc
@
safe
pure nothrow
this
(
Throwable
next
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
hunt
Exceptions
BasicExceptionCtors
constructors
this