GdbMiParseException.this

this(string msg, size_t position, string expected, string snippet, string file = __FILE__, size_t line = __LINE__) @safe pure nothrow

Constructs a parse exception.

Parameters

msgHuman-readable error message.
positionParser index where the error was detected.
expectedDescription of the expected token.
snippetShort excerpt of the input around the error.
fileSource file.
lineSource line.