SocketError.assertExSock

Throws this instance if ok is false.

class SocketError
void
assertExSock
(
bool ok
,
string msg
,
string file = __FILE__
,
int line = __LINE__
)

Parameters

ok bool

condition that should not be false

msg string

message

file string

source code file name

line int

source code line

Throws

this instance if ok is false, 0 or null

Meta