# elasticpress/5.0.1/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php

ElasticPress, version 5.0.1. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.1/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.1/raw/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2023-12-12T17:19:48+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.0.1/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php#L10-L20`.

```php
<?php
/**
 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
 *
 * Modified by Taylor Lovett on 12-December-2023 using Strauss.
 * @see https://github.com/BrianHenryIE/strauss
 */

namespace ElasticPress\Vendor_Prefixed\Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}

```
