MDL-76929 Libraries: Upgrade phpxmlrpc to 4.10.1

This commit is contained in:
Matt Porritt
2023-04-26 09:26:40 +08:00
committed by Ilya Tregubov
parent ffd32bacba
commit d9f71f0666
35 changed files with 5060 additions and 2538 deletions
@@ -0,0 +1,12 @@
<?php
namespace PhpXmlRpc\Exception;
use PhpXmlRpc\Exception as BaseExtension;
/**
* Exception thrown when an argument passed to a function or method has an unsupported value (but its type is ok)
*/
class ValueErrorException extends BaseExtension
{
}