Skip to content

Commit

Permalink
Handle AWS Connection Lost (#25295)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Aug 22, 2018
1 parent 8e7942b commit f4b7494
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(Throwable $e)
'reset by peer',
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
'Name or service not known',
]);
}
}

0 comments on commit f4b7494

Please sign in to comment.