Skip to content

Commit

Permalink
Revert "Stricter error message in place of "Name or service not known""
Browse files Browse the repository at this point in the history
This reverts commit f0258bd.
  • Loading branch information
iBotPeaches committed Feb 4, 2019
1 parent dd646e4 commit aa4e70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function causedByLostConnection(Throwable $e)
'reset by peer',
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
'getaddrinfo failed: Name or service not known',
'Name or service not known',
'ORA-03114',
'Packets out of order. Expected',
'Adaptive Server connection failed',
Expand Down

0 comments on commit aa4e70a

Please sign in to comment.