vibe-rpcchannel ~master (2022-02-13T22:33:45.4082548)
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.