# fluent-cart/1.6.5/vendor/psr/container/src/ContainerExceptionInterface.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.5. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.5/code/vendor/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.5/raw/vendor/psr/container/src/ContainerExceptionInterface.php
- Modified: 2026-06-11T12:21:58+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/fluent-cart/1.6.5/code/vendor/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php

namespace Psr\Container;

use Throwable;

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

```
