<?php/** * This file is part of FPDI * * @package setasign\Fpdi * @copyright Copyright (c) 2017 Setasign - Jan Slabon (https://www.setasign.com) * @license http://opensource.org/licenses/mit-license The MIT License * @version 2.0.3 */namespacesetasign\Fpdi\PdfParser\Type;usesetasign\Fpdi\PdfParser\PdfParserException;/** * Exception class for pdf type classes * * @package setasign\Fpdi\PdfParser\Type */classPdfTypeExceptionextendsPdfParserException{/** * @var int */constNO_NEWLINE_AFTER_STREAM_KEYWORD=0x0601;}