异常信息调整

This commit is contained in:
thinkphp
2015-12-08 17:21:48 +08:00
parent 08d118a154
commit 15d975ddc8

View File

@@ -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 ');
}
// 获取控制器名