()
| 82 | } |
| 83 | |
| 84 | func (e *FormattedParserError) Error() string { return e.formatted } |
| 85 | func (e *FormattedParserError) Unwrap() error { return e.cause } |
| 86 | |
| 87 | // NewFormattedParserError creates a FormattedParserError with the given pre-formatted |
no outgoing calls