diff --git a/src/DetectsLostConnections.php b/src/DetectsLostConnections.php index a3bfc68..c405d3a 100644 --- a/src/DetectsLostConnections.php +++ b/src/DetectsLostConnections.php @@ -51,6 +51,8 @@ protected function causedByLostConnection(Throwable $e): bool // SSL: Connection timed out // SQLSTATE[HY000] [2002] Connection timed out 'timed out', + // PDOStatement::execute(): Premature end of data + 'Premature end of data', ]); } }