Yoast\WP\SEO\Dashboard\Domain\Search_Console
Unexpected_Response_Exception::__construct()
Constructor of the exception.
Метод класса: Unexpected_Response_Exception{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Unexpected_Response_Exception = new Unexpected_Response_Exception(); $Unexpected_Response_Exception->__construct();
Код Unexpected_Response_Exception::__construct() Unexpected Response Exception:: construct Yoast 25.1
public function __construct() { parent::__construct( 'The response from Google Site Kit did not have an expected format.', 400 ); }