We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ed42a commit 6f767a2Copy full SHA for 6f767a2
src/Illuminate/Database/DetectsLostConnections.php
@@ -71,6 +71,7 @@ protected function causedByLostConnection(Throwable $e)
71
'SQLSTATE[HY000] [2002] The requested address is not valid in its context',
72
'SQLSTATE[HY000] [2002] A socket operation was attempted to an unreachable network',
73
'SQLSTATE[HY000] [2002] Operation now in progress',
74
+ 'SQLSTATE[HY000] [2002] Operation in progress',
75
'SQLSTATE[HY000]: General error: 3989',
76
'went away',
77
'No such file or directory',
0 commit comments