📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 14:55:02
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
semrush
/
tokens
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens
🔄 Refresh
✏️
Editing: empty-property-exception.php
Writable
<?php namespace Yoast\WP\SEO\Exceptions\SEMrush\Tokens; use Exception; /** * Class Empty_Property_Exception */ 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 ); } }
💾 Save Changes
❌ Cancel