✏️ 正在编辑: EmptyProperty.php
路径:
/home/ubuntu/plugins-bkp-26012025/wordpress-seo/vendor/yoast/whip/src/Exceptions/EmptyProperty.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace Yoast\WHIPv2\Exceptions; use Exception; /** * Class EmptyProperty. */ class EmptyProperty extends Exception { /** * EmptyProperty constructor. * * @param string $property Property name. */ public function __construct( $property ) { parent::__construct( \sprintf( '%s cannot be empty.', (string) $property ) ); } }
💾 保存文件
← 返回文件管理器