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 {
31 type ParseError struct { struct32 Err error33 Pos scanner.Position36 func (e *ParseError) Error() string {
257 class ParseError(RuntimeError): class