📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:57:32
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
domain
/
search-console
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/dashboard/domain/search-console
🔄 Refresh
✏️
Editing: unexpected-response-exception.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Domain\Search_Console; use Exception; /** * Exception for when a Search Console request returns with an unexpected response. */ class Unexpected_Response_Exception extends Exception { /** * Constructor of the exception. */ public function __construct() { parent::__construct( 'The response from Google Site Kit did not have an expected format.', 400 ); } }
💾 Save Changes
❌ Cancel