GdbMiParseException.this
this
(string msg, size_t position, string expected, string snippet,
string file = __FILE__, size_t line = __LINE__) @safe pure nothrowConstructs a parse exception.
Parameters
msg | Human-readable error message. |
position | Parser index where the error was detected. |
expected | Description of the expected token. |
snippet | Short excerpt of the input around the error. |
file | Source file. |
line | Source line. |