Yoast\WP\SEO\Dashboard\Domain\Analytics_4

Invalid_Request_Exception::__construct()publicYoast 1.0

Constructor of the exception.

Метод класса: Invalid_Request_Exception{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Invalid_Request_Exception = new Invalid_Request_Exception();
$Invalid_Request_Exception->__construct( $error_message );
$error_message(строка) (обязательный)
The error message of the request.

Код Invalid_Request_Exception::__construct() Yoast 25.1

public function __construct( $error_message ) {
	parent::__construct( 'The Analytics 4 request is invalid: ' . $error_message, 400 );
}