Skip to content

Commit 3d20cdf

Browse files
authored
Update 'missing api secret' phrasing in Ga4Exception.php (#53)
set better error message for missing API Secret - because ... well the current one is confusing AF 😄
2 parents f854a0c + 2b7cb06 commit 3d20cdf

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)