IXR_Error::IXR_Error() WordPress Method
This method is used to construct an IXR_Error object. It takes two arguments: a code and a message. The code is an integer that represents an error code. The message is a string that contains a description of the error.
IXR_Error::IXR_Error( $code, $message ) #
PHP4 constructor.
Source
File: wp-includes/IXR/class-IXR-error.php
public function IXR_Error( $code, $message ) { self::__construct( $code, $message ); }
Expand full source codeCollapse full source codeView on TracView on GitHub