feat(errorx): add time out err
This commit is contained in:
parent
70319ae2b1
commit
05bd410900
|
@ -0,0 +1,5 @@
|
||||||
|
package errorx
|
||||||
|
|
||||||
|
func TimeOutErr() error {
|
||||||
|
return New("time out err")
|
||||||
|
}
|
Loading…
Reference in New Issue