Automattic\WooCommerce\EmailEditor\Engine\Renderer
Html2Text_Exception::get_more_info
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() Html2Text Exception::get more info code WC 10.5.0
public function get_more_info(): string {
return $this->more_info;
}