File "too-many-requests-exception.php"

Full Path: /home/digidjwy/public_html/wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/too-many-requests-exception.php
File size: 374 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 429 - Too many requests response.
 *
 * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
 */
class Too_Many_Requests_Exception extends Payment_Required_Exception {

}