feat(errorx): feat the LruNotWorkFuncEvent error

This commit is contained in:
HuangJiaLuo 2021-10-09 22:04:47 +08:00
parent 5275be2b8e
commit f119557eec
1 changed files with 5 additions and 0 deletions

5
pkg/errorx/lru.go Normal file
View File

@ -0,0 +1,5 @@
package errorx
func LruNotWorkFuncEventErr() error {
return New("the event haven't work of function")
}