Yoast\WP\SEO\Dashboard\Domain\Time_Based_SEO_Metrics

Repository_Not_Found_Exception{}Yoast 1.0

Exception for when the repository for the given widget are not found.

Хуков нет.

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

$Repository_Not_Found_Exception = new Repository_Not_Found_Exception();
// use class methods

Методы

  1. public __construct()

Код Repository_Not_Found_Exception{} Yoast 25.1

class Repository_Not_Found_Exception extends Exception {

	/**
	 * Constructor of the exception.
	 */
	public function __construct() {
		parent::__construct( 'Repository not found', 404 );
	}
}