From 267c8a552839f7c9ef9eb1da168b398776afad61 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 7 Mar 2018 17:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=96=AD=E7=BA=BF=E9=87=8D?= =?UTF-8?q?=E8=BF=9E=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/db/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/db/Connection.php b/library/think/db/Connection.php index e77abf8a..e252b906 100644 --- a/library/think/db/Connection.php +++ b/library/think/db/Connection.php @@ -823,6 +823,7 @@ abstract class Connection 'SSL connection has been closed unexpectedly', 'Error writing data to the connection', 'Resource deadlock avoided', + 'failed with errno', ]; $error = $e->getMessage();