dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
DProtoException.this
dproto
exception
DProtoException
Undocumented in source.
this
(string msg, string file, size_t line, Throwable next)
class
DProtoException
@
safe
pure nothrow
static if
(!(
__traits(compiles, )
))
this
(
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
dproto
exception
DProtoException
constructors
this
mixins
__anonymous