rtf-html-php icon indicating copy to clipboard operation
rtf-html-php copied to clipboard

throw new Exception in Document on line 30

Open trialforce opened this issue 5 years ago • 0 comments

We have throw new Exception in Document.php but PHP 7.2 or more with namespace neeed.

$err = "Parse error: Tried to read past end of input; RTF is probably truncated.";
trigger_error($err);
throw new \Exception($err);

trialforce avatar Sep 14 '20 16:09 trialforce