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 be86b91 commit a69f15dCopy full SHA for a69f15d
src/Illuminate/Database/DetectsLostConnections.php
@@ -50,6 +50,7 @@ protected function causedByLostConnection(Throwable $e)
50
'SSL: Connection timed out',
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
]);
55
}
56
0 commit comments