SocketError.assertExSock

Throws this instance if ok is false.

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

Parameters

ok bool

condition that should not be false

msg istring

message

file istring

source code file name

line int

source code line

Throws

this instance if ok is false, 0 or null

Meta