Home
last modified time | relevance | path

Searched refs:FlateException (Results 1 – 2 of 2) sorted by last modified time

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php37 * @throws FlateException
72 throw new FlateException(
74 FlateException::DECOMPRESS_ERROR
79 throw new FlateException(
81 FlateException::NO_ZLIB
H A DFlateException.php17 class FlateException extends FilterException class