?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/soundasleep/html2text/src/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/vendor/soundasleep/html2text

?? Viewing: Html2TextException.php

<?php

namespace Soundasleep;

class Html2TextException extends \Exception {

	/** @var string $more_info */
	public $more_info;

	public function __construct(string $message = "", string $more_info = "") {
		parent::__construct($message);
		$this->more_info = $more_info;
	}

}


??

??