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 772b861 commit 7bc70f2Copy full SHA for 7bc70f2
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]: General error: 3989',
74
+ 'went away',
75
]);
76
}
77
0 commit comments