Differences Between: [Versions 310 and 400] [Versions 39 and 400]
1 <?php 2 3 /** 4 * This file is part of FPDI 5 * 6 * @package setasign\Fpdi 7 * @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com) 8 * @license http://opensource.org/licenses/mit-license The MIT License 9 */ 10 11 namespace setasign\Fpdi; 12 13 /** 14 * Base exception class for the FPDI package. 15 */ 16 class FpdiException extends \Exception 17 { 18 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body