vibe-rpcchannel ~master (2017-04-17T08:56:40Z)
Dub
Repo
RPCException.this
vibe
rpcchannel
base
RPCException
Construct a new RPCException.
class
RPCException
@
safe
pure nothrow
this
(
string
message
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
vibe
rpcchannel
base
RPCException
constructors
this
Construct a new RPCException.