Yoast\WP\SEO\Dashboard\Domain\Score_Results
Score_Results_Not_Found_Exception::__construct()
Constructor of the exception.
Метод класса: Score_Results_Not_Found_Exception{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Score_Results_Not_Found_Exception = new Score_Results_Not_Found_Exception(); $Score_Results_Not_Found_Exception->__construct();
Код Score_Results_Not_Found_Exception::__construct() Score Results Not Found Exception:: construct Yoast 24.4
public function __construct() { parent::__construct( 'Score results not found', 500 ); }