Submit
Path:
~
/
home
/
getwphos
/
www
/
radkingpanels
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
tracking
/
domain
/
exceptions
/
File Content:
invalid-tracked-action-exception.php
<?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 ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
invalid-tracked-action-exception.php
443 bytes
0644
N4ST4R_ID | Naxtarrr