w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
ParsingException
w4d
parser
exception
An exception type used in parser modules.
class
ParsingException :
W4dException
{
this
(string mes, string file, size_t line);
}
Constructors
this
this
(string mes, string file, size_t line)
Meta
Source
See Implementation
w4d
parser
exception
aliases
enforce
classes
ParsingException
An exception type used in parser modules.