# mxchat-basic/2.2.6/includes/pdf-parser/src/Smalot/PdfParser/Exception/NotImplementedException.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/NotImplementedException.php
- Raw: https://pluginprobe.com/plugins/mxchat-basic/2.2.6/raw/includes/pdf-parser/src/Smalot/PdfParser/Exception/NotImplementedException.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/NotImplementedException.php#L10-L20`.

```php
<?php

declare(strict_types=1);

namespace Smalot\PdfParser\Exception;

/**
 * This Exception is thrown when a functionality has not yet been implemented.
 */
class NotImplementedException extends \Exception
{
}

```
