mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 21:52:34 +08:00
Oauth接口驱动异常抛出添加命名空间
This commit is contained in:
@@ -57,7 +57,7 @@ class Github extends Driver{
|
||||
$data['openid'] = $this->getOpenId();
|
||||
return $data;
|
||||
} else
|
||||
throw new Exception("获取 Github ACCESS_TOKEN出错:未知错误");
|
||||
throw new \Exception("获取 Github ACCESS_TOKEN出错:未知错误");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user