# elasticpress/4.7.1/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php

ElasticPress, version 4.7.1. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.7.1/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/elasticpress/4.7.1/raw/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Modified: 2023-08-31T18:17: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/elasticpress/4.7.1/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php
/**
 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
 *
 * Modified by Taylor Lovett on 31-August-2023 using Strauss.
 * @see https://github.com/BrianHenryIE/strauss
 */

namespace ElasticPress\Vendor_Prefixed\Psr\Container;

/**
 * Base interface representing a generic exception in a container.
 */
interface ContainerExceptionInterface
{
}

```
