File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ protected function causedByLostConnection(Throwable $e)
52
52
'SSL: Connection timed out ' ,
53
53
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry. ' ,
54
54
'Temporary failure in name resolution ' ,
55
- 'SSL: Broken pipe ' ,
56
55
'SQLSTATE[08S01]: Communication link failure ' ,
57
56
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host ' ,
58
57
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host ' ,
@@ -71,6 +70,7 @@ protected function causedByLostConnection(Throwable $e)
71
70
'SQLSTATE[HY000] [2002] Network is unreachable ' ,
72
71
'SQLSTATE[HY000] [2002] The requested address is not valid in its context ' ,
73
72
'SQLSTATE[HY000] [2002] A socket operation was attempted to an unreachable network ' ,
73
+ 'SQLSTATE[HY000] [2002] Operation now in progress ' ,
74
74
'SQLSTATE[HY000]: General error: 3989 ' ,
75
75
'went away ' ,
76
76
'No such file or directory ' ,
You can’t perform that action at this time.
0 commit comments