Skip to content

Commit d3db93e

Browse files
committed
Merge branch '6.x' into 8.x
2 parents 060960a + 8f2b06b commit d3db93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected function causedByLostConnection(Throwable $e)
5454
'SQLSTATE[08S01]: Communication link failure',
5555
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
5656
'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.',
5758
]);
5859
}
5960
}

0 commit comments

Comments
 (0)