# depicter/1.3.3/vendor/psr/container/src/ContainerExceptionInterface.php

Depicter — Popup &amp; Slider Builder, version 1.3.3. 11 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.3.3/code/vendor/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/depicter/1.3.3/raw/vendor/psr/container/src/ContainerExceptionInterface.php
- Modified: 2022-06-01T06:26:20+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/depicter/1.3.3/code/vendor/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php

namespace Psr\Container;

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

```
