BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
/
pdf
/
src
/
Exception
📤 Upload
📝 New File
📁 New Folder
Close
Editing: TableException.php
<?php /** * Html2Pdf Library - Exception class * * HTML => PDF converter * distributed under the OSL-3.0 License * * @package Html2pdf * @author Laurent MINGUET <webmaster@html2pdf.fr> * @copyright 2017 Laurent MINGUET */ namespace Spipu\Html2Pdf\Exception; /** * Table Exception */ class TableException extends Html2PdfException { /** * ERROR CODE 4 * @var int */ const ERROR_CODE = 4; }
Save
Cancel