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); ```