🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 07:11:48 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
expiring-store
/
domain
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/expiring-store/domain
🔄 Refresh
✏️
Editing: corrupted-value-exception.php
Writable
<?php namespace Yoast\WP\SEO\Expiring_Store\Domain; use RuntimeException; /** * Exception for when a stored value cannot be decoded from JSON. */ class Corrupted_Value_Exception extends RuntimeException { /** * The constructor. * * @param string $key The key whose value is corrupted. * @param string $previous The underlying JSON decode error message. */ public function __construct( string $key, string $previous ) { parent::__construct( "Failed to decode value for key '{$key}': {$previous}" ); } }
💾 Save Changes
❌ Cancel