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

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php
- Modified: 2019-07-23T12:40:54+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/RuntimeException.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;

/**
 * Base RuntimeException for Dependency Injection component.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
class RuntimeException extends \RuntimeException implements \YoastSEO_Vendor\Symfony\Component\DependencyInjection\Exception\ExceptionInterface
{
}

```
