X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FResponse.php;h=cc33ebf67aaed65d4f6585fc2c88dd16f502b54f;hb=8f4c5db034a556796990a763295c7174bcebbe06;hp=d428c1743a3a818117e8ab276bc6dad22cf725df;hpb=723faca05d5bc0d03b7517ced114b64bad1a1637;p=plcapi.git diff --git a/src/Response.php b/src/Response.php index d428c17..cc33ebf 100644 --- a/src/Response.php +++ b/src/Response.php @@ -144,7 +144,7 @@ class Response $this->val . "\n"; } else { - /// @todo try to build something serializable? + /// @todo try to build something serializable using the Encoder... throw new \Exception('cannot serialize xmlrpc response objects whose content is native php values'); } } else {