Automattic\WooCommerce\EmailEditor\Engine\Renderer
Html2Text_Exception::__construct
Constructor
Method of the class: Html2Text_Exception{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Html2Text_Exception = new Html2Text_Exception(); $Html2Text_Exception->__construct( $message, $more_info );
- $message(string)
- Error message.
Default:'' - $more_info(string)
- Additional error information.
Default:''
Html2Text_Exception::__construct() Html2Text Exception:: construct code WC 10.8.1
public function __construct( string $message = '', string $more_info = '' ) {
parent::__construct( $message );
$this->more_info = $more_info;
}