# wordpress-seo/trunk/src/exceptions/addon-installation/addon-activation-error-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/trunk/code/src/exceptions/addon-installation/addon-activation-error-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/trunk/raw/src/exceptions/addon-installation/addon-activation-error-exception.php
- Modified: 2022-06-14T09:29:40+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/src/exceptions/addon-installation/addon-activation-error-exception.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Exceptions\Addon_Installation;

use Exception;

/**
 * Class Addon_Activation_Error_Exception
 */
class Addon_Activation_Error_Exception extends Exception {}

```
