MCPcopy Create free account
hub / github.com/github/gh-aw / Error

Method Error

pkg/parser/import_error.go:84–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls