• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPOffice / PHPPresentation / 13520799517

25 Feb 2025 12:05PM UTC coverage: 89.251% (-1.7%) from 90.953%
13520799517

Pull #855

github

web-flow
Merge 301637266 into 70cf1918a
Pull Request #855: PDF/HTML Writer : Added support

4 of 204 new or added lines in 6 files covered. (1.96%)

9524 of 10671 relevant lines covered (89.25%)

43.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/PhpPresentation/Exception/WriterPDFAdapterNotDefinedException.php
1
<?php
2

3
/**
4
 * This file is part of PHPPresentation - A pure PHP library for reading and writing
5
 * presentations documents.
6
 *
7
 * PHPPresentation is free software distributed under the terms of the GNU Lesser
8
 * General Public License version 3 as published by the Free Software Foundation.
9
 *
10
 * For the full copyright and license information, please read the LICENSE
11
 * file that was distributed with this source code. For the full list of
12
 * contributors, visit https://github.com/PHPOffice/PHPPresentation/contributors.
13
 *
14
 * @see        https://github.com/PHPOffice/PHPPresentation
15
 *
16
 * @license     http://www.gnu.org/licenses/lgpl.txt LGPL version 3
17
 */
18

19
declare(strict_types=1);
20

21
namespace PhpOffice\PhpPresentation\Exception;
22

23
class WriterPDFAdapterNotDefinedException extends PhpPresentationException
24
{
25
    public function __construct()
26
    {
NEW
27
        parent::__construct('The PDF Adapter has not been defined');
×
28
    }
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc