mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
异常信息调整
This commit is contained in:
@@ -330,7 +330,7 @@ class App
|
|||||||
// 初始化模块
|
// 初始化模块
|
||||||
self::initModule(MODULE_NAME, $config);
|
self::initModule(MODULE_NAME, $config);
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('module not exists :' . MODULE_NAME);
|
throw new Exception('module [ ' . MODULE_NAME . ' ] not exists ');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取控制器名
|
// 获取控制器名
|
||||||
|
|||||||
Reference in New Issue
Block a user