chengwl 4 年之前
父节点
当前提交
30cfdfb052
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -9,7 +9,7 @@ class GA{
 
         $KEY_FILE_LOCATION = self::getPath($dp);
         if(!$KEY_FILE_LOCATION){
-            throw new  Exception("store 配置不存在");
+            throw new  \Exception("store 配置不存在");
         }
         $client = new \Google_Client();
         $client->setApplicationName("Hello Analytics Reporting");