• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / 6804bce2387b8414f0332f167d8bf0f1da684779

13 Jan 2026 03:10PM UTC coverage: 52.832% (-0.5%) from 53.314%
6804bce2387b8414f0332f167d8bf0f1da684779

push

github

web-flow
Merge pull request #22867 from Yoast/930-add-tracking-for-the-frontend-inspector

Create an endpoint that allows tracking of first interactions with Yoast features

8393 of 15836 branches covered (53.0%)

Branch coverage included in aggregate %.

45 of 48 new or added lines in 3 files covered. (93.75%)

32307 of 61200 relevant lines covered (52.79%)

47114.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/tracking/domain/exceptions/invalid-tracked-action-exception.php
1
<?php
2
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
3
namespace Yoast\WP\SEO\Tracking\Domain\Exceptions;
4

5
use Exception;
6

7
/**
8
 * Exception for when there's an invalid tracked action.
9
 */
10
class Invalid_Tracked_Action_Exception extends Exception {
11

12
        /**
13
         * Constructor of the exception.
14
         */
NEW
15
        public function __construct() {
×
NEW
16
                parent::__construct( 'The tracked action is invalid', 400 );
×
17
        }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc