wheat-cache/pkg/errorx/lru.go

6 lines
106 B
Go

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