diff --git a/src/Socialbox/Classes/RpcClient.php b/src/Socialbox/Classes/RpcClient.php index 5892116..7fab634 100644 --- a/src/Socialbox/Classes/RpcClient.php +++ b/src/Socialbox/Classes/RpcClient.php @@ -481,7 +481,7 @@ publicKey: $this->serverPublicSigningKey, )) { - throw new RpcException('The response signature cannot be verified with the server\'s public signing key'); + throw new RpcException('The response signature cannot be verified with the server\'s public signing key: ' . $this->serverPublicSigningKey); } } catch (CryptographyException $e)