Skip to content

Commit

Permalink
Add "Server has gone away" to DetectsLostConnection (#51241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Apr 29, 2024
1 parent f07e44e commit eb8edf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ protected function causedByLostConnection(Throwable $e)

return Str::contains($message, [
'server has gone away',
'Server has gone away',
'no connection to the server',
'Lost connection',
'is dead or not enabled',
Expand Down

0 comments on commit eb8edf2

Please sign in to comment.