errors.gno

0.08 Kb ยท 5 lines
1package storage
2
3import "errors"
4
5var ErrUndefined = errors.New("undefined storage")