# elementor/3.26.2/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php

Elementor Website Builder – more than just a page builder, version 3.26.2. 11 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.26.2/code/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/elementor/3.26.2/raw/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2024-10-28T11:08:46+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/elementor/3.26.2/code/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php#L10-L20`.

```php
<?php

namespace ElementorDeps\Psr\Container;

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

```
