# mxchat-basic/3.0.7/includes/pdf-parser/src/Smalot/PdfParser/Exception/NotImplementedException.php

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

- Page: https://pluginprobe.com/plugins/mxchat-basic/3.0.7/code/includes/pdf-parser/src/Smalot/PdfParser/Exception/NotImplementedException.php
- Raw: https://pluginprobe.com/plugins/mxchat-basic/3.0.7/raw/includes/pdf-parser/src/Smalot/PdfParser/Exception/NotImplementedException.php
- Modified: 2026-02-15T13:15:38+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.0.7/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
{
}

```
