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