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();