# wordpress-seo/28.3/src/exceptions/indexable/source-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.3/code/src/exceptions/indexable/source-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.3/raw/src/exceptions/indexable/source-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/28.3/code/src/exceptions/indexable/source-exception.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Exceptions\Indexable;

/**
 * Class Indexable_Source_Exception
 */
class Source_Exception extends Indexable_Exception {

}

```
