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 333d2ef commit 1ff099aCopy full SHA for 1ff099a
src/Illuminate/Database/DetectsLostConnections.php
@@ -65,6 +65,7 @@ protected function causedByLostConnection(Throwable $e)
65
'SSL: Handshake timed out',
66
'SQLSTATE[08006] [7] SSL error: sslv3 alert unexpected message',
67
'SQLSTATE[08006] [7] unrecognized SSL error code:',
68
+ 'SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it',
69
]);
70
}
71
0 commit comments