GdbTimeoutException.this

this(string msg, string file = __FILE__, size_t line = __LINE__) @safe pure nothrow
No documentation available for this declaration.
this(ulong token, string command, Duration timeout, string file = __FILE__, size_t line = __LINE__) @safe

Constructs a timeout exception with full command context.

Parameters

tokenCommand token.
commandCommand string.
timeoutWait duration that expired.
fileSource file.
lineSource line.