golden hour
/home/godaofbq/elitehyperbarics.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens
⬆️ Go Up
Upload
File/Folder
Size
Actions
empty-property-exception.php
437 B
Del
OK
empty-token-exception.php
316 B
Del
OK
failed-storage-exception.php
590 B
Del
OK
Edit: 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 ); } }
Save