forked from p53841790/wheat-cache
feat(errorx): feat the LruNotWorkFuncEvent error
This commit is contained in:
parent
5275be2b8e
commit
f119557eec
|
@ -0,0 +1,5 @@
|
||||||
|
package errorx
|
||||||
|
|
||||||
|
func LruNotWorkFuncEventErr() error {
|
||||||
|
return New("the event haven't work of function")
|
||||||
|
}
|
Loading…
Reference in New Issue