diff --git a/tcpdi/tcpdi_parser.php b/tcpdi/tcpdi_parser.php index 2391934..f034ec5 100644 --- a/tcpdi/tcpdi_parser.php +++ b/tcpdi/tcpdi_parser.php @@ -1439,8 +1439,8 @@ private function _getPageRotation($obj) { // $obj = /Page * @since 1.0.000 (2011-05-23) */ public function Error($msg) { - // exit program and print error - die("TCPDI_PARSER ERROR [{$this->uniqueid}]: ".$msg); + //throw exception instead of die(); + throw new \Exception('TCPDI_PARSER ERROR [' . $this->uniqueid . ']: ' . $msg, 1); } } // END OF TCPDF_PARSER CLASS