feat(errorx): feat the LruNotWorkFuncEvent error
This commit is contained in:
parent
f1d2cbb0ee
commit
a251cdb844
|
@ -0,0 +1,5 @@
|
|||
package errorx
|
||||
|
||||
func LruNotWorkFuncEventErr() error {
|
||||
return New("the event haven't work of function")
|
||||
}
|
Loading…
Reference in New Issue