• File: discovery-failed-exception.php
  • Full Path: /home/docteuh/www/plugins/wordpress-seo/src/myyoast-client/application/exceptions/discovery-failed-exception.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 328 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\MyYoast_Client\Application\Exceptions;

use RuntimeException;

/**
 * Exception thrown when OIDC discovery document retrieval fails.
 */
class Discovery_Failed_Exception extends RuntimeException {

}