📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:04:07
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
semrush
/
tokens
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens
🔄 Refresh
✏️
Editing: failed-storage-exception.php
Writable
<?php namespace Yoast\WP\SEO\Exceptions\SEMrush\Tokens; use Exception; /** * Class Failed_Storage_Exception */ class Failed_Storage_Exception extends Exception { const DEFAULT_MESSAGE = 'Token storing failed. Please try again.'; /** * Failed_Storage_Exception constructor. * * @param string $reason The reason why token storage failed. Optional. */ public function __construct( $reason = '' ) { $message = ( $reason ) ? \sprintf( 'Token storing failed. Reason: %s. Please try again', $reason ) : self::DEFAULT_MESSAGE; parent::__construct( $message, 500 ); } }
💾 Save Changes
❌ Cancel