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

ElasticPress, version 4.7.1. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.7.1/code/includes/classes/Exception/NotFoundException.php
- Raw: https://pluginprobe.com/plugins/elasticpress/4.7.1/raw/includes/classes/Exception/NotFoundException.php
- Modified: 2023-08-31T18:17:14+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/4.7.1/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 {}

```
