Home
last modified time | relevance | path

Searched refs:CrossReferenceException (Results 1 – 16 of 16) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php55 * @throws CrossReferenceException
69 } catch (CrossReferenceException $e) {
71 if ($e->getCode() === CrossReferenceException::INVALID_DATA && $this->fileHeaderOffset !== 0) {
99 throw new CrossReferenceException('No cross-reference found.', CrossReferenceException::NO_XREF_FOUND);
156 * @throws CrossReferenceException
162 throw new CrossReferenceException(
164 CrossReferenceException::OBJECT_NOT_FOUND
177 throw new CrossReferenceException(
179 CrossReferenceException
[all...]
H A DAbstractReader.php38 * @throws CrossReferenceException
60 * @throws CrossReferenceException
68 throw new CrossReferenceException(
73 CrossReferenceException::UNEXPECTED_END
77 throw new CrossReferenceException(
79 CrossReferenceException::UNEXPECTED_END,
87 throw new CrossReferenceException(
89 CrossReferenceException::UNEXPECTED_END,
H A DLineReader.php36 * @throws CrossReferenceException
71 * @throws CrossReferenceException
89 throw new CrossReferenceException(
91 CrossReferenceException::NO_TRAILER_FOUND
105 * @throws CrossReferenceException
113 throw new CrossReferenceException(
115 CrossReferenceException::INVALID_DATA
163 throw new CrossReferenceException(
165 CrossReferenceException::INVALID_DATA
H A DFixedReader.php41 * @throws CrossReferenceException
87 * @throws CrossReferenceException
115 throw new CrossReferenceException(
117 CrossReferenceException::ENTRIES_TOO_LARGE
126 throw new CrossReferenceException(
128 CrossReferenceException::ENTRIES_TOO_SHORT
145 throw new CrossReferenceException(
147 CrossReferenceException::NO_ENTRIES
H A DCrossReferenceException.php19 class CrossReferenceException extends PdfParserException class
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php24 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
83 * @throws CrossReferenceException
102 * @throws CrossReferenceException
154 * @throws CrossReferenceException
180 * @throws CrossReferenceException
215 * @throws CrossReferenceException
H A DPdfReader.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
93 * @throws CrossReferenceException
116 * @throws CrossReferenceException
195 * @throws CrossReferenceException
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php13 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
94 * @throws CrossReferenceException
118 } catch (CrossReferenceException $e) {
119 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
93 * @throws CrossReferenceException
117 } catch (CrossReferenceException $e) {
118 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
H A DFpdiTrait.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
227 * @throws CrossReferenceException
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
32 * @throws CrossReferenceException
H A DPdfStream.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
135 * @throws CrossReferenceException
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php6 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
149 * @throws CrossReferenceException
170 } catch (CrossReferenceException $e) {
171 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php5 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
161 * @throws CrossReferenceException
182 * @throws CrossReferenceException
289 * @throws CrossReferenceException
313 } catch (CrossReferenceException $e) {
314 if ($e->getCode() === CrossReferenceException::OBJECT_NOT_FOUND) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php13 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
152 * @throws CrossReferenceException
198 * @throws CrossReferenceException
217 * @throws CrossReferenceException
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
H A DRectangle.php12 use setasign\Fpdi\PdfParser\CrossReference\CrossReferenceException; alias
54 * @throws CrossReferenceException