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 332bb7d commit fe0566dCopy full SHA for fe0566d
src/Illuminate/Database/LostConnectionDetector.php
@@ -49,6 +49,7 @@ public function causedByLostConnection(Throwable $e): bool
49
'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known',
50
'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for',
51
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: EOF detected',
52
+ 'SSL error: unexpected eof',
53
'SQLSTATE[HY000] [2002] Connection timed out',
54
'SSL: Connection timed out',
55
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
0 commit comments