Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dinterp.go628 type wrappedError struct { struct
629 msg string
630 cause error
633 func (e wrappedError) Error() string {
639 func (e wrappedError) Unwrap() error {