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 f854a0c commit 2b7cb06Copy full SHA for 2b7cb06
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