# mxchat-basic/3.2.3/includes/pdf-parser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php

MxChat – AI Chatbot &amp; Content Generation for WordPress, version 3.2.3. 8 lines.

- Page: https://pluginprobe.com/plugins/mxchat-basic/3.2.3/code/includes/pdf-parser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php
- Raw: https://pluginprobe.com/plugins/mxchat-basic/3.2.3/raw/includes/pdf-parser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php
- Modified: 2026-04-29T15:56:58+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/3.2.3/code/includes/pdf-parser/src/Smalot/PdfParser/Exception/EncodingNotFoundException.php#L10-L20`.

```php
<?php

namespace Smalot\PdfParser\Exception;

class EncodingNotFoundException extends \Exception
{
}

```
