Home
last modified time | relevance | path

Searched defs:wrappedError (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/os/exec/
Dexec.go130 type wrappedError struct { struct
131 prefix string
132 err error
135 func (w wrappedError) Error() string {
139 func (w wrappedError) Unwrap() error {