• File: forbidden-exception.php
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/01/src/ai-http-request/domain/exceptions/forbidden-exception.php
  • Date Modified: 05/22/2026 6:32 AM
  • File size: 283 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 403 - Forbidden response.
 */
class Forbidden_Exception extends Remote_Request_Exception {

}