# woo-additional-terms/1.6.1/vendor/psr/container/src/NotFoundExceptionInterface.php

Additional Terms Lite for WooCommerce, version 1.6.1. 11 lines.

- Page: https://pluginprobe.com/plugins/woo-additional-terms/1.6.1/code/vendor/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/woo-additional-terms/1.6.1/raw/vendor/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2023-07-27T11:37:04+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/woo-additional-terms/1.6.1/code/vendor/psr/container/src/NotFoundExceptionInterface.php#L10-L20`.

```php
<?php

namespace Psr\Container;

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

```
