make it possible to retrieve from Response error http codes; introduce custom excepti...
authorgggeek <giunta.gaetano@gmail.com>
Thu, 9 Dec 2021 18:18:29 +0000 (18:18 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 9 Dec 2021 18:18:29 +0000 (18:18 +0000)
commitbcf72dda17486e2800b66c4527bc4b5f4d54fc7a
tree4afa6c0d1ba2289f8af03e56c5414cbff796d5ae
parent9d2e97ba11a758c1af241ef467edb8e7d7519798
make it possible to retrieve from Response error http codes; introduce custom exceptions; deprecations and cleanups
NEWS
lib/xmlrpc.inc
src/Client.php
src/Exception/HttpException.php [new file with mode: 0644]
src/Exception/PhpXmlrpcException.php [new file with mode: 0644]
src/Helper/Http.php
src/Request.php
src/Response.php
src/Server.php