?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/src/ai-http-request/domain/exceptions/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wordpress-seo/src/ai-http-request/domain

?? Viewing: too-many-requests-exception.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 429 - Too many requests response.
 *
 * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded
 */
class Too_Many_Requests_Exception extends Payment_Required_Exception {

}


??

??