Yoast\WP\SEO\Exceptions\SEMrush\Tokens
Empty_Property_Exception{} Yoast 1.0
Class Empty_Property_Exception
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Empty_Property_Exception = new Empty_Property_Exception(); // use class methods
Методы
Код Empty_Property_Exception{} Empty Property Exception{} Yoast 15.6.2
class Empty_Property_Exception extends \Exception {
/**
* Empty_Property_Exception constructor.
*
* @param string $property The property that is empty.
*/
public function __construct( $property ) {
parent::__construct( \sprintf( 'Token creation failed. Property `%s` cannot be empty.', $property ), 400 );
}
}