📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:24:12
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
importing
✏️
Editing: aioseo-validation-exception.php
<?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