# wordpress-seo/27.8/src/expiring-store/domain/key-not-found-exception.php

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

- Page: https://pluginprobe.com/plugins/wordpress-seo/27.8/code/src/expiring-store/domain/key-not-found-exception.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/27.8/raw/src/expiring-store/domain/key-not-found-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/27.8/code/src/expiring-store/domain/key-not-found-exception.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Expiring_Store\Domain;

use RuntimeException;

/**
 * Exception for when a key is not found or has expired.
 */
class Key_Not_Found_Exception extends RuntimeException {
}

```
