# mxchat-basic/2.2.6/includes/pdf-parser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php

MxChat – AI Chatbot &amp; Content Generation for WordPress, version 2.2.6. 13 lines.

- Page: https://pluginprobe.com/plugins/mxchat-basic/2.2.6/code/includes/pdf-parser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php
- Raw: https://pluginprobe.com/plugins/mxchat-basic/2.2.6/raw/includes/pdf-parser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php
- Modified: 2025-06-20T11:22:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mxchat-basic/2.2.6/code/includes/pdf-parser/src/Smalot/PdfParser/Exception/MissingPdfHeaderException.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace Smalot\PdfParser\Exception;

/**
 * This Exception is thrown when the %PDF- header is missing.
 */
class MissingPdfHeaderException extends \Exception
{
}

```
