FiberIoException.this

this(string msg, int errno_ = 0, string file = __FILE__, size_t line = __LINE__) @safe pure nothrow

Construct a fiber I/O exception.

Parameters

msgHuman-readable description of the failure.
errno_OS error number, or 0 if unavailable.
fileSource file where the exception was thrown.
lineSource line where the exception was thrown.