Automattic\WooCommerce\EmailEditor\Engine\Renderer

Html2Text_Exception::get_more_infopublicWC 1.0

Returns additional error information

Method of the class: Html2Text_Exception{}

No Hooks.

Returns

String. Additional error information.

Usage

$Html2Text_Exception = new Html2Text_Exception();
$Html2Text_Exception->get_more_info(): string;

Html2Text_Exception::get_more_info() code WC 10.5.0

public function get_more_info(): string {
	return $this->more_info;
}