You are here

constant K_TCPDF_THROW_EXCEPTION_ERROR in TCPDF 8

Same name and namespace in other branches
  1. 7 tcpdf.config.inc \K_TCPDF_THROW_EXCEPTION_ERROR

If true adn PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.

File

./tcpdf.config.inc, line 215

Code

define('K_TCPDF_THROW_EXCEPTION_ERROR', false);