Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet.go645 type notFoundError struct{ s string } struct
647 func (e *notFoundError) Error() string { return e.s }