Auth_OpenID_UntrustedReturnURL::__construct PHP Method

__construct() public method

public __construct ( $message, $return_to, $trust_root )
    function __construct($message, $return_to, $trust_root)
    {
        parent::__construct($message, "Untrusted return_to URL");
        $this->return_to = $return_to;
        $this->trust_root = $trust_root;
    }
Auth_OpenID_UntrustedReturnURL