Skip to content

Commit

Permalink
Merge branch '6.x' into 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Oct 5, 2021
2 parents 060960a + 8f2b06b commit d3db93e
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 @@ -54,6 +54,7 @@ protected function causedByLostConnection(Throwable $e)
'SQLSTATE[08S01]: Communication link failure',
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
'The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.',
]);
}
}

0 comments on commit d3db93e

Please sign in to comment.