Your IP : 216.73.216.164


Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/
Upload File :
Current File : /var/www/html/wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/Html2TextException.php

<?php
namespace Html2Text;
if (!defined('ABSPATH')) exit;
class Html2TextException extends \Exception {
 var $more_info;
 public function __construct($message = "", $more_info = "") {
 parent::__construct($message);
 $this->more_info = $more_info;
 }
}