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 {
34 type ParseError struct { struct35 Err error36 Pos scanner.Position39 func (e *ParseError) Error() string {
342 class ParseError(RuntimeError): class