mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
异常信息调整
This commit is contained in:
@@ -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 ');
|
||||
}
|
||||
|
||||
// 获取控制器名
|
||||
|
||||
Reference in New Issue
Block a user