# wordpress-seo/28.2/src/myyoast-client/application/exceptions/server-capability-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.2/code/src/myyoast-client/application/exceptions/server-capability-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.2/raw/src/myyoast-client/application/exceptions/server-capability-exception.php
- Modified: 2026-05-12T12:03:36+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/src/myyoast-client/application/exceptions/server-capability-exception.php#L10-L20`.

```php
<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.

namespace Yoast\WP\SEO\MyYoast_Client\Application\Exceptions;

use RuntimeException;

/**
 * Exception thrown when the authorization server doesn't advertise
 * support for features required by this client.
 *
 * This typically indicates the server has been downgraded or the
 * plugin needs to be updated.
 */
class Server_Capability_Exception extends RuntimeException {

}

```
