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