Searched defs:notFoundError (Results 1 – 1 of 1) sorted by relevance
645 type notFoundError struct{ s string } struct647 func (e *notFoundError) Error() string { return e.s }