# wordpress-seo/trunk/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.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/trunk/code/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php#L10-L20`.

```php
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace YoastSEO_Vendor\Symfony\Component\DependencyInjection\Exception;

use YoastSEO_Vendor\Psr\Container\ContainerExceptionInterface;
/**
 * Base ExceptionInterface for Dependency Injection component.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 * @author Bulat Shakirzyanov <bulat@theopenskyproject.com>
 */
interface ExceptionInterface extends \YoastSEO_Vendor\Psr\Container\ContainerExceptionInterface, \Throwable
{
}

```
