Current Path : /var/www/html/wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/ |
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; } }