wheat-cache/pkg/errorx/lru.go

10 lines
175 B
Go
Raw Normal View History

package errorx
func LruNotWorkFuncEventErr() error {
return New("the event haven't work of function")
}
2021-10-19 00:24:16 +08:00
func KeyBaseIsNilErr() error {
return New("key base not is nil")
}