We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 060960a + 8f2b06b commit d3db93eCopy full SHA for d3db93e
src/Illuminate/Database/DetectsLostConnections.php
@@ -54,6 +54,7 @@ protected function causedByLostConnection(Throwable $e)
54
'SQLSTATE[08S01]: Communication link failure',
55
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
56
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
57
+ 'The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.',
58
]);
59
}
60
0 commit comments