Skip to content

Commit 0d909df

Browse files
Added another case that needs reconnecting
1 parent 8b7c580 commit 0d909df

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
@@ -26,6 +26,7 @@ protected function causedByLostConnection(Exception $e)
2626
'decryption failed or bad record mac',
2727
'SSL connection has been closed unexpectedly',
2828
'Deadlock found when trying to get lock',
29+
'Error writing data to the connection',
2930
]);
3031
}
3132
}

0 commit comments

Comments
 (0)