File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokensLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: empty-property-exception.php <?php namespace Yoast\WP\SEO\Exceptions\OAuth\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 ); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirempty-property-exception.phpFile437.00 B Rename | Delete | Editempty-token-exception.phpFile316.00 B Rename | Delete | Editfailed-storage-exception.phpFile590.00 B Rename | Delete | Edit