Skip to content

Commit

Permalink
Handle AWS Connection Lost (laravel#25294)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and EspadaV8 committed Jan 28, 2021
1 parent 0fb747f commit 589fcc9
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 @@ -34,6 +34,7 @@ protected function causedByLostConnection(Exception $e)
'reset by peer',
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
'Name or service not known',
]);
}
}

0 comments on commit 589fcc9

Please sign in to comment.