Public Member Functions | |
| __construct ($code, $message=null) | |
| __toString () | |
| output_fault_xml () | |
A custom exception for XMLRPC failure results
Definition at line 10 of file xmlrpcexception.php.
| XMLRPCException::__construct | ( | $ | code, | |
| $ | message = null | |||
| ) |
The exception constructor, called to create this excpetion
| integer | $code The error code to produce | |
| string | $message Optional The message to display with the error |
Definition at line 17 of file xmlrpcexception.php.
| XMLRPCException::__toString | ( | ) |
Represent this exception as a string
Definition at line 85 of file xmlrpcexception.php.
| XMLRPCException::output_fault_xml | ( | ) |
Send an XML-RPC fault output and quit.
Definition at line 93 of file xmlrpcexception.php.
Referenced by Pingback::xmlrpc_pingback__ping().
1.7.1