Yoast\WP\SEO\Dashboard\Domain\Time_Based_SEO_Metrics

Repository_Not_Found_Exception::__construct()publicYoast 1.0

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() Yoast 25.1

public function __construct() {
	parent::__construct( 'Repository not found', 404 );
}