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.
2 parents f854a0c + 2b7cb06 commit 3d20cdfCopy full SHA for 3d20cdf
src/Exception/Ga4Exception.php
@@ -39,7 +39,7 @@ public static function throwMissingMeasurementId()
39
40
public static function throwMissingApiSecret()
41
{
42
- return new static("Timestamp must be numeric", static::REQUEST_MISSING_API_SECRET);
+ return new static("Missing API Secret", static::REQUEST_MISSING_API_SECRET);
43
}
44
45
public static function throwMicrotimeInvalid($inp)
0 commit comments