📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:28:01
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
tracking
/
domain
/
exceptions
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wordpress-seo/src/tracking/domain/exceptions
🔄 Refresh
✏️
Editing: invalid-tracked-action-exception.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Tracking\Domain\Exceptions; use Exception; /** * Exception for when there's an invalid tracked action. */ class Invalid_Tracked_Action_Exception extends Exception { /** * Constructor of the exception. */ public function __construct() { parent::__construct( 'The tracked action is invalid', 400 ); } }
💾 Save Changes
❌ Cancel