wheat-cache/pkg/errorx/lru.go

6 lines
106 B
Go
Raw Normal View History

package errorx
func LruNotWorkFuncEventErr() error {
return New("the event haven't work of function")
}