()
| 32 | } |
| 33 | |
| 34 | func (e *SyntaxError) Error() string { return e.msg } |
| 35 | |
| 36 | // WrapSyntaxError checks whether the given error is a *json.SyntaxError |
| 37 | // and converts it into a *schema.SyntaxError containing line/col information using the given reader. |
no outgoing calls