• File: indexable-exception.php
  • Full Path: /home/docteuh/www/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 164 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Yoast\WP\SEO\Exceptions\Indexable;

use Exception;

/**
 * Class Indexable_Exception
 */
abstract class Indexable_Exception extends Exception {

}