# wordpress-seo/28.4/src/expiring-store/domain/no-current-user-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.4/code/src/expiring-store/domain/no-current-user-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.4/raw/src/expiring-store/domain/no-current-user-exception.php
- Modified: 2026-05-12T12:03:36+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.4/code/src/expiring-store/domain/no-current-user-exception.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Expiring_Store\Domain;

use RuntimeException;

/**
 * Exception for when a user-specific operation is attempted without a logged-in user.
 */
class No_Current_User_Exception extends RuntimeException {
}

```
