From 15d975ddc8a603613a97789c661e9e39eeb65b64 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 8 Dec 2015 17:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=BF=A1=E6=81=AF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/app.php b/library/think/app.php index f2313924..b0bd4c3e 100644 --- a/library/think/app.php +++ b/library/think/app.php @@ -330,7 +330,7 @@ class App // 初始化模块 self::initModule(MODULE_NAME, $config); } else { - throw new Exception('module not exists :' . MODULE_NAME); + throw new Exception('module [ ' . MODULE_NAME . ' ] not exists '); } // 获取控制器名