dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
ParseException.toString
dparsergen
core
parseexception
ParseException
Generate string for this exception.
alias
toString
=
Exception
.
toString
void
toString
(string inputString, void delegate(in char[]) sink, ExceptionStringFlags flags)
class
ParseException
const
void
toString
(
string
inputString
,
scope
void
delegate
(
in
char
[]
)
sink
,
ExceptionStringFlags
flags
=
ExceptionStringFlags.none
)
Meta
Source
See Implementation
dparsergen
core
parseexception
ParseException
aliases
toString
constructors
this
functions
allowBacktrack
laterEnd
maxEndException
simpleMsg
Generate string for this exception.