geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
BasicExceptionCtors.this
geario
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
geario
Exceptions
BasicExceptionCtors
constructors
this