Skip to content

Commit 2b7cb06

Browse files
authored
Update Ga4Exception.php
set better error message for missing API Secret
1 parent f854a0c commit 2b7cb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/Ga4Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function throwMissingMeasurementId()
3939

4040
public static function throwMissingApiSecret()
4141
{
42-
return new static("Timestamp must be numeric", static::REQUEST_MISSING_API_SECRET);
42+
return new static("Missing API Secret", static::REQUEST_MISSING_API_SECRET);
4343
}
4444

4545
public static function throwMicrotimeInvalid($inp)

0 commit comments

Comments
 (0)