🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 08:20:29 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
importing
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/exceptions/importing
🔄 Refresh
✏️
Editing: aioseo-validation-exception.php
Writable
<?php namespace Yoast\WP\SEO\Exceptions\Importing; use Exception; /** * Class Aioseo_Validation_Exception */ class Aioseo_Validation_Exception extends Exception { /** * Exception that is thrown whenever validation of the * AIOSEO data structure has failed. */ public function __construct() { parent::__construct( \esc_html__( 'The validation of the AIOSEO data structure has failed.', 'wordpress-seo' ) ); } }
💾 Save Changes
❌ Cancel