constant K_TCPDF_THROW_EXCEPTION_ERROR in TCPDF 7
Same name and namespace in other branches
- 8 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);