Yoast\WP\SEO\Tracking\Domain\Exceptions
Invalid_Tracked_Action_Exception::__construct
Constructor of the exception.
Метод класса: Invalid_Tracked_Action_Exception{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Invalid_Tracked_Action_Exception = new Invalid_Tracked_Action_Exception(); $Invalid_Tracked_Action_Exception->__construct();
Код Invalid_Tracked_Action_Exception::__construct() Invalid Tracked Action Exception:: construct Yoast 27.7
public function __construct() {
parent::__construct( 'The tracked action is invalid', 400 );
}