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.
2 parents 2c1abfc + 42a98ef commit 6e08e83Copy full SHA for 6e08e83
src/Illuminate/Database/DetectsLostConnections.php
@@ -24,6 +24,7 @@ protected function causedByLostConnection(Exception $e)
24
'is dead or not enabled',
25
'Error while sending',
26
'decryption failed or bad record mac',
27
+ 'server closed the connection unexpectedly',
28
'SSL connection has been closed unexpectedly',
29
'Deadlock found when trying to get lock',
30
'Error writing data to the connection',
0 commit comments