# wordpress-seo/28.2/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 28.2. 11 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.2/code/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.2/raw/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php
- Modified: 2025-11-18T15:41: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/wordpress-seo/28.2/code/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php#L10-L20`.

```php
<?php

namespace YoastSEO_Vendor\Psr\Container;

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

```
