Yoast\WP\SEO\Task_List\Domain\Exceptions
Complete_LLMS_Task_Exception{}└─ Exception
Exception for when we can't complete the llms.txt task.
Хуков нет.
Использование
$Complete_LLMS_Task_Exception = new Complete_LLMS_Task_Exception(); // use class methods
Методы
- public __construct()
Код Complete_LLMS_Task_Exception{} Complete LLMS Task Exception{} Yoast 28.3
class Complete_LLMS_Task_Exception extends Exception {
/**
* Constructor of the exception.
*/
public function __construct() {
parent::__construct( \esc_html__( 'Failed to enable llms.txt option.', 'wordpress-seo' ), 400 );
}
}