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 d3df83a commit 5df09b1Copy full SHA for 5df09b1
src/Illuminate/Database/DetectsLostConnections.php
@@ -51,6 +51,7 @@ protected function causedByLostConnection(Throwable $e)
51
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
52
'Temporary failure in name resolution',
53
'SSL: Broken pipe',
54
+ 'SQLSTATE[08S01]: Communication link failure',
55
]);
56
}
57
0 commit comments