PDF converter * distributed under the OSL-3.0 License * * @package Html2pdf * @author Laurent MINGUET * @copyright 2017 Laurent MINGUET */ namespace Spipu\Html2Pdf\Exception; /** * Table Exception */ class TableException extends Html2PdfException { /** * ERROR CODE 4 * @var int */ const ERROR_CODE = 4; }