MCPcopy
hub / github.com/davyxu/cellnet / Error

Struct Error

err.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Error struct {
6 s string
7 context interface{}
8}
9
10func (self *Error) Error() string {
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected