Searched defs:ParseError (Results 1 – 3 of 3) sorted by relevance
29 type ParseError struct { struct30 Err error31 Pos scanner.Position34 func (e *ParseError) Error() string {
33 type ParseError struct { struct34 Err error35 Pos scanner.Position38 func (e *ParseError) Error() string {
370 class ParseError(RuntimeError): class