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

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

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

```php
<?php

namespace Smalot\PdfParser\Exception;

class EncodingNotFoundException extends \Exception
{
}

```
