phlogiston ~master (2022-03-16T03:36:29.831741)
Dub
Repo
ParseError
phlogiston
assembler
parser
Error raised whenever an issue in parsing is encountered
class
ParseError : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
phlogiston
assembler
parser
classes
ParseError
Parser
Error raised whenever an issue in parsing is encountered