Automattic\WooCommerce\EmailEditor\Engine\Renderer
Html2Text_Exception::__construct
Constructor
Метод класса: Html2Text_Exception{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Html2Text_Exception = new Html2Text_Exception(); $Html2Text_Exception->__construct( $message, $more_info );
- $message(строка)
- Error message.
По умолчанию:'' - $more_info(строка)
- Additional error information.
По умолчанию:''
Код Html2Text_Exception::__construct() Html2Text Exception:: construct WC 11.0.1
public function __construct( string $message = '', string $more_info = '' ) {
parent::__construct( $message );
$this->more_info = $more_info;
}