Improve RPC handling and add terms/privacy methods.

This commit is contained in:
netkas 2024-12-19 17:59:50 -05:00
parent ef3b10b286
commit 014b63705b
5 changed files with 68 additions and 9 deletions

View file

@ -83,6 +83,7 @@ class Utilities
if ($decoded === false)
{
var_dump($data);
throw new InvalidArgumentException('Failed to decode data from Base64');
}