# wordpress-seo/28.4/src/ai/http-request/domain/exceptions/internal-server-error-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.4/code/src/ai/http-request/domain/exceptions/internal-server-error-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.4/raw/src/ai/http-request/domain/exceptions/internal-server-error-exception.php
- Modified: 2026-03-17T12:01:04+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.4/code/src/ai/http-request/domain/exceptions/internal-server-error-exception.php#L10-L20`.

```php
<?php

// phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded

// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\AI\HTTP_Request\Domain\Exceptions;

/**
 * Class to manage a 500 - Internal server error response.
 *
 * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
 */
class Internal_Server_Error_Exception extends Remote_Request_Exception {

}

```
