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 6e72a86 commit 1b76fa6Copy full SHA for 1b76fa6
src/Google/Client.php
@@ -867,7 +867,7 @@ public function setAuthConfig($config)
867
{
868
if (is_string($config)) {
869
if (!file_exists($config)) {
870
- throw new InvalidArgumentException('file does not exist');
+ throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config));
871
}
872
873
$json = file_get_contents($config);
0 commit comments