• File: key-not-found-exception.php
  • Full Path: /home/docteuh/www/plugins/wordpress-seo/src/expiring-store/domain/key-not-found-exception.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 201 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 {
}