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 4a6bdbb + 55d10a8 commit a770a8aCopy full SHA for a770a8a
src/Illuminate/Database/DetectsLostConnections.php
@@ -49,6 +49,7 @@ protected function causedByLostConnection(Throwable $e)
49
'SQLSTATE[HY000] [2002] Connection timed out',
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
]);
54
}
55
0 commit comments