# wordpress-seo/18.5/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.5. 14 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.5/code/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.5/raw/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2019-02-26T08:19: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/wordpress-seo/18.5/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)
 */
namespace YoastSEO_Vendor\Psr\Container;

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

```
