# auto-alt-text/2.8.2/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php

Auto Alt Text, version 2.8.2. 11 lines.

- Page: https://pluginprobe.com/plugins/auto-alt-text/2.8.2/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/auto-alt-text/2.8.2/raw/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2026-06-05T21:31:54+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/auto-alt-text/2.8.2/code/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php#L10-L20`.

```php
<?php

namespace AATXT\Vendor\Psr\Container;

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

```
