diff --git a/DetectsLostConnections.php b/DetectsLostConnections.php index a0bad6718..191eefedc 100644 --- a/DetectsLostConnections.php +++ b/DetectsLostConnections.php @@ -51,6 +51,7 @@ protected function causedByLostConnection(Throwable $e) 'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.', 'Temporary failure in name resolution', 'SSL: Broken pipe', + 'SQLSTATE[08S01]: Communication link failure', ]); } }