# give/4.16.9/vendor/psr/container/src/NotFoundExceptionInterface.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 11 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/vendor/psr/container/src/NotFoundExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/vendor/psr/container/src/NotFoundExceptionInterface.php
- Modified: 2025-02-13T19:36:14+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/give/4.16.9/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
{
}

```
