📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 18:34:13
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
myyoast-client
/
domain
/
exceptions
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wordpress-seo/src/myyoast-client/domain/exceptions
🔄 Refresh
✏️
Editing: invalid-resource-exception.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\MyYoast_Client\Domain\Exceptions; use InvalidArgumentException; /** * Exception thrown when a resource indicator (RFC 8707) is malformed. * * Callers translate this into their flow-specific exception * (Authorization_Flow_Exception or Token_Request_Failed_Exception). */ class Invalid_Resource_Exception extends InvalidArgumentException { }
💾 Save Changes
❌ Cancel