dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
BacktrackParseException.this
dparsergen
core
parseexception
BacktrackParseException
Construct exception.
class
BacktrackParseException
this
(
string
msg
,
string
[]
prods
,
ParseException
[]
nextErrors
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
dparsergen
core
parseexception
BacktrackParseException
constructors
this
functions
allowBacktrack
maxEndException
simpleMsg
toString
variables
nextErrors
prods
Construct exception.