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

ElasticPress, version 5.0.0. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.0/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.0/raw/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Modified: 2023-11-01T18:08:28+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/5.0.0/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 01-November-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
{
}

```
