forked from p93542168/wheat-cache
6 lines
106 B
Go
6 lines
106 B
Go
|
package errorx
|
||
|
|
||
|
func LruNotWorkFuncEventErr() error {
|
||
|
return New("the event haven't work of function")
|
||
|
}
|