MCPcopy
hub / github.com/pranshuparmar/witr / Error

Method Error

internal/app/app.go:118–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (e *exitCodeError) Error() string { return e.err.Error() }
119func (e *exitCodeError) Unwrap() error { return e.err }
120
121func withExitCode(code int, err error) error {

Calls

no outgoing calls