# content-control/2.0.2/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php

Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks &amp; More, version 2.0.2. 19 lines.

- Page: https://pluginprobe.com/plugins/content-control/2.0.2/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/content-control/2.0.2/raw/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php
- Modified: 2023-09-18T01:47:10+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/content-control/2.0.2/code/vendor-prefixed/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php
/**
 * @license MIT
 *
 * Modified by code-atlantic on 18-September-2023 using Strauss.
 * @see https://github.com/BrianHenryIE/strauss
 */

namespace ContentControl\Vendor\Psr\Container;

use Throwable;

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

```
