mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-27 03:02:17 +02:00
N°7571 - ⬆️ Bump HTML2Text library version
This commit is contained in:
14
lib/soundasleep/html2text/src/Html2TextException.php
Normal file
14
lib/soundasleep/html2text/src/Html2TextException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Soundasleep;
|
||||
|
||||
class Html2TextException extends \Exception {
|
||||
|
||||
var $more_info;
|
||||
|
||||
public function __construct($message = "", $more_info = "") {
|
||||
parent::__construct($message);
|
||||
$this->more_info = $more_info;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user