| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/empty-token-exception.php.tar |
lebauwcentre/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php 0000644 00000000474 15111766000 0033203 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Exceptions\OAuth\Tokens;
use Exception;
/**
* Class Empty_Token_Exception
*/
class Empty_Token_Exception extends Exception {
/**
* Empty_Token_Exception constructor.
*/
public function __construct() {
parent::__construct( 'Token usage failed. Token is empty.', 400 );
}
}