DisconnectedException.this

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