From a83a6f6ccaeab60ce5f10f741bb713a739cf2996 Mon Sep 17 00:00:00 2001 From: swingcoder <350050183@qq.com> Date: Tue, 7 Dec 2021 11:13:47 +0800 Subject: [PATCH] Update think_exception.tpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加$message是否存在的判断 --- src/tpl/think_exception.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpl/think_exception.tpl b/src/tpl/think_exception.tpl index 7766caf57a..b7979b9fd6 100644 --- a/src/tpl/think_exception.tpl +++ b/src/tpl/think_exception.tpl @@ -343,7 +343,7 @@ if (!function_exists('echo_value')) {
-

+