fix error handling in XMLRPC
commit4385690f2a92b6ccf5d1a28cfe27e575c49d574d
authorAndreas Gohr <andi@splitbrain.org>
Thu, 11 Jan 2024 09:01:43 +0000 (11 10:01 +0100)
committerAndreas Gohr <andi@splitbrain.org>
Thu, 11 Jan 2024 09:01:43 +0000 (11 10:01 +0100)
tree8fdd99067c5e4d8e017480d1865b45a521d4449f
parent15357ce4c449a1f9c98ab19ad77de75f416fdb82
fix error handling in XMLRPC

response errors in call() need to be returned as Error not as thrown
Exception.
inc/Remote/XmlRpcServer.php