📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:46:39
📂
/ (Root)
/
home
/
apkbfjox
/
casinos.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
importing
📍 /home/apkbfjox/casinos.com.pk/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