rtf-html-php
rtf-html-php copied to clipboard
throw new Exception in Document on line 30
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);