# elasticpress/5.3.5/includes/classes/Exception/NotFoundException.php

ElasticPress, version 5.3.5. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/includes/classes/Exception/NotFoundException.php
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/includes/classes/Exception/NotFoundException.php
- Modified: 2024-12-12T15:06:52+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/elasticpress/5.3.5/code/includes/classes/Exception/NotFoundException.php#L10-L20`.

```php
<?php
/**
 * NotFoundException class
 *
 * @since 4.7.0
 * @package elasticpress
 */

namespace ElasticPress\Exception;

use ElasticPress\Vendor_Prefixed\Psr\Container\NotFoundExceptionInterface;

/**
 * NotFoundException class
 */
class NotFoundException extends \InvalidArgumentException implements NotFoundExceptionInterface {}

```
