mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 13:12:49 +08:00
throw_exception方法简化为E方法
删除redirect方法和N方法
This commit is contained in:
@@ -56,7 +56,7 @@ class Session {
|
||||
$hander->execute();
|
||||
}else {
|
||||
// 类没有定义
|
||||
throw_exception(Lang::get('_CLASS_NOT_EXIST_').': ' . $class);
|
||||
E(L('_CLASS_NOT_EXIST_').': ' . $class);
|
||||
}
|
||||
}
|
||||
// 启动session
|
||||
|
||||
Reference in New Issue
Block a user