pry ~master (2022-05-10T05:39:50.997815)
Dub
Repo
ParseFailure
pry
traits
Generic parse failure exception.
template
ParseFailure
(S)
class
ParseFailure
(S)
class
ParseFailure : Exception(
S
)
if
(
isStream
!
S
) {
S
.
Error
err
;
this
(S.Error err, string file, size_t line, Throwable next);
string
toString
();
}
Constructors
this
this
(S.Error err, string file, size_t line, Throwable next)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
err
S
.
Error
err
;
Undocumented in source.
Meta
Source
See Implementation
pry
traits
aliases
ParserStream
ParserValue
enums
isParser
isStream
functions
parse
structs
Nothing
templates
ParseFailure
Generic parse failure exception.