# content-control/2.0.12/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php

Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks &amp; More, version 2.0.12. 17 lines.

- Page: https://pluginprobe.com/plugins/content-control/2.0.12/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/content-control/2.0.12/raw/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2023-10-26T09:40:28+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/content-control/2.0.12/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php#L10-L20`.

```php
<?php
/**
 * @license MIT
 *
 * Modified by code-atlantic on 26-October-2023 using Strauss.
 * @see https://github.com/BrianHenryIE/strauss
 */

namespace ContentControl\Vendor\Psr\Container;

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

```
