Yoast\WP\SEO\Dashboard\Domain\Score_Results
Score_Results_Not_Found_Exception{}└─ Exception
Exception for when score results are not found.
Хуков нет.
Использование
$Score_Results_Not_Found_Exception = new Score_Results_Not_Found_Exception(); // use class methods
Методы
- public __construct()
Код Score_Results_Not_Found_Exception{} Score Results Not Found Exception{} Yoast 27.6
class Score_Results_Not_Found_Exception extends Exception {
/**
* Constructor of the exception.
*/
public function __construct() {
parent::__construct( 'Score results not found', 500 );
}
}