Skip to content

Commit

Permalink
Merge branch 'master' into 3.1-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jun 30, 2023
2 parents 96a29c1 + a966a0d commit b56b3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ protected function causedByLostConnection(Throwable $e): bool
'Name or service not known',
'ORA-03114',
'Packets out of order. Expected',
'Broken pipe',
'Error reading result',
]);
}
}

0 comments on commit b56b3e0

Please sign in to comment.