• File: service-unavailable-exception.php
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/01/src/ai-http-request/domain/exceptions/service-unavailable-exception.php
  • Date Modified: 05/22/2026 6:32 AM
  • File size: 303 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 503 - service unavailable response.
 */
class Service_Unavailable_Exception extends Remote_Request_Exception {

}