Last change
on this file was 347, checked in by roby, 3 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
430 bytes
|
Rev | Line | |
---|
[347] | 1 | <?php
|
---|
| 2 | /**
|
---|
| 3 | * Html2Pdf Library - Exception class
|
---|
| 4 | *
|
---|
| 5 | * HTML => PDF converter
|
---|
| 6 | * distributed under the OSL-3.0 License
|
---|
| 7 | *
|
---|
| 8 | * @package Html2pdf
|
---|
| 9 | * @author Laurent MINGUET <webmaster@html2pdf.fr>
|
---|
| 10 | * @copyright 2017 Laurent MINGUET
|
---|
| 11 | */
|
---|
| 12 |
|
---|
| 13 | namespace Spipu\Html2Pdf\Exception;
|
---|
| 14 |
|
---|
| 15 | /**
|
---|
| 16 | * Table Exception
|
---|
| 17 | */
|
---|
| 18 | class TableException extends Html2PdfException
|
---|
| 19 | {
|
---|
| 20 | /**
|
---|
| 21 | * ERROR CODE 4
|
---|
| 22 | * @var int
|
---|
| 23 | */
|
---|
| 24 | const ERROR_CODE = 4;
|
---|
| 25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.