# windpress/3.2.83/vendor/psr/container/src/ContainerExceptionInterface.php

WindPress – Tailwind CSS integration for WordPress, version 3.2.83. 12 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.2.83/code/vendor/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/windpress/3.2.83/raw/vendor/psr/container/src/ContainerExceptionInterface.php
- Modified: 2024-09-02T01:44:52+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/windpress/3.2.83/code/vendor/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php

namespace WindPressDeps\Psr\Container;

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

```
