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 );
	}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.