removed ErrLostConn from worker
This commit is contained in:
parent
78813cb052
commit
76c76995d5
@ -11,7 +11,6 @@ var (
|
||||
ErrNoneFuncs = errors.New("None functions")
|
||||
ErrTimeOut = errors.New("Executing time out")
|
||||
ErrUnknown = errors.New("Unknown error")
|
||||
ErrLostConn = errors.New("Lost connection with Gearmand")
|
||||
)
|
||||
|
||||
// Extract the error message
|
||||
|
Loading…
Reference in New Issue
Block a user