We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d45fb9 commit f935c74Copy full SHA for f935c74
helpers/GoogleHelper.php
@@ -7,7 +7,7 @@ abstract class GoogleHelper
7
private static function loadConfig()
8
{
9
$configPath = __DIR__.'/../../../../.config.json';
10
- if(!file_exists($configPath)) throw new Exception('Not found config.json');
+ if(!file_exists($configPath)) throw new \Exception('Not found config.json');
11
$contents = file_get_contents($configPath);
12
$config = json_decode($contents);
13
0 commit comments