PHP4 constructor.
Source
public function IXR_Error( $code, $message ) {
self::__construct( $code, $message );
}
CARVIEW |
PHP4 constructor.
public function IXR_Error( $code, $message ) {
self::__construct( $code, $message );
}
Uses | Description |
---|---|
IXR_Error::__construct()wp-includes/IXR/class-IXR-error.php | PHP5 constructor. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.