MDL-76929 Libraries: Upgrade phpxmlrpc to 4.10.1
This commit is contained in:
committed by
Ilya Tregubov
parent
ffd32bacba
commit
d9f71f0666
@@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user