Skip to content

Commit a770a8a

Browse files
Merge branch '6.x' into 8.x
2 parents 4a6bdbb + 55d10a8 commit a770a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function causedByLostConnection(Throwable $e)
4949
'SQLSTATE[HY000] [2002] Connection timed out',
5050
'SSL: Connection timed out',
5151
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
52+
'Temporary failure in name resolution',
5253
]);
5354
}
5455
}

0 commit comments

Comments
 (0)