Skip to content

Commit

Permalink
Update DetectsLostConnections.php (#53404)
Browse files Browse the repository at this point in the history
  • Loading branch information
vifer authored Nov 5, 2024
1 parent 8918665 commit 662989f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ protected function causedByLostConnection(Throwable $e)
'Channel connection is closed',
'Connection lost',
'Broken pipe',
'SQLSTATE[25006]: Read only sql transaction: 7',
]);
}
}

0 comments on commit 662989f

Please sign in to comment.