# wordpress-seo/18.9/src/exceptions/indexable/indexable-exception.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 18.9. 13 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/18.9/code/src/exceptions/indexable/indexable-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/18.9/raw/src/exceptions/indexable/indexable-exception.php
- Modified: 2021-05-18T13:42:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/18.9/code/src/exceptions/indexable/indexable-exception.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Exceptions\Indexable;

use Exception;

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

}

```
