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