• File: request-timeout-exception.php
  • Full Path: /home/docteuh/www/jquery3/src/ai/http-request/domain/exceptions/request-timeout-exception.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 363 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 408 - request timeout exception
 */
class Request_Timeout_Exception extends Remote_Request_Exception {

}