# wordpress-seo/27.6/src/ai-http-request/domain/exceptions/request-timeout-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/27.6/code/src/ai-http-request/domain/exceptions/request-timeout-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/27.6/raw/src/ai-http-request/domain/exceptions/request-timeout-exception.php
- Modified: 2026-01-20T12:23:48+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/27.6/code/src/ai-http-request/domain/exceptions/request-timeout-exception.php#L10-L20`.

```php
<?php

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

/**
 * Class to manage a 408 - request timeout exception
 */
class Request_Timeout_Exception extends Remote_Request_Exception {

}

```
