dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
ExceptionConstructors.this
dpeq
exceptions
ExceptionConstructors
Undocumented in source.
this
(string message, Throwable next, string file, size_t line)
this
(string message, string file, size_t line, Throwable next)
mixintemplate
ExceptionConstructors
()
@
safe
pure nothrow
this
(
string
message
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
dpeq
exceptions
ExceptionConstructors
constructors
this