introduce structured exceptions; make addParam and Response::__construct stricter...
authorgggeek <giunta.gaetano@gmail.com>
Wed, 25 Jan 2023 16:01:47 +0000 (16:01 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 25 Jan 2023 16:01:47 +0000 (16:01 +0000)
commit2785cdb5023d39d3c33d783ef2e44fa33ee71f91
treee4f96121b5197b8d56ce5c87bda66de7860323e6
parent8ff19d71452c69c294f39971881ffa18036eba16
introduce structured exceptions; make addParam and Response::__construct stricter; allow serialization of responses built out of php values
23 files changed:
NEWS.md
doc/manual/phpxmlrpc_manual.adoc
lib/xmlrpc.inc
src/Exception.php [new file with mode: 0644]
src/Exception/FaultResponseException.php [new file with mode: 0644]
src/Exception/HttpException.php
src/Exception/NoSuchMethodException.php [new file with mode: 0644]
src/Exception/ParsingException.php [new file with mode: 0644]
src/Exception/PhpXmlrpcException.php
src/Exception/ServerException.php [new file with mode: 0644]
src/Exception/StateErrorException.php [new file with mode: 0644]
src/Exception/TransportException.php [new file with mode: 0644]
src/Exception/TypeErrorException.php [new file with mode: 0644]
src/Exception/ValueErrorException.php [new file with mode: 0644]
src/Exception/XmlException.php [new file with mode: 0644]
src/Exception/XmlRpcException.php [new file with mode: 0644]
src/Helper/Charset.php
src/Helper/XMLParser.php
src/Request.php
src/Response.php
src/Server.php
src/Value.php
src/Wrapper.php