feat(eooorx): update errorx key base

This commit is contained in:
bandl 2021-11-02 21:34:23 +08:00
parent 9fed552380
commit 5ee502021d
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ func LruNotWorkFuncEventErr() error {
}
func KeyBaseIsNilErr() error {
return New("key base not is nil")
return New("key base can't be nil")
}