chengwl 4 vuotta sitten
vanhempi
commit
30cfdfb052
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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");