MCPcopy
hub / github.com/FiloSottile/age / ParseError

Struct ParseError

internal/format/format.go:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216type ParseError struct {
217 err error
218}
219
220func (e *ParseError) Error() string {
221 return "parsing age header: " + e.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected