|
XRL
3.1.1
Simple XML-RPC Library (both client and server)
|
An interoperable fault representing an error due to an invalid XML-RPC message. More...
Inheritance diagram for fpoirotte\XRL\Faults\InvalidXmlRpcException:Public Member Functions | |
| __construct ($message=self::DEFAULT_MSG,\Exception $previous=null) | |
Public Member Functions inherited from fpoirotte\XRL\FaultException | |
| __construct ($message=null, $code=-32000,\Exception $previous=null) | |
Public Attributes | |
| const | DEFAULT_MSG = 'server error. invalid xml-rpc. not conforming to spec' |
An interoperable fault representing an error due to an invalid XML-RPC message.
Definition at line 21 of file InvalidXmlRpcException.php.