IXR_Error::__construct( $code,  $message )

PHP5 constructor.


Description Description


Source Source

File: wp-includes/IXR/class-IXR-error.php

    function __construct( $code, $message )
    {
        $this->code = $code;
        $this->message = htmlspecialchars($message);
    }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.