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

ElasticPress, version 5.3.5. 14 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Modified: 2026-03-26T12:52: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/elasticpress/5.3.5/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)
 */

namespace ElasticPress\Vendor_Prefixed\Psr\Container;

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

```
