PATH:
home
/
letacommog
/
renovation-antibes
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
semrush
/
tokens
<?php namespace Yoast\WP\SEO\Exceptions\SEMrush\Tokens; /** * 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 ); } }
[+]
..
[-] failed-storage-exception.php
[edit]
[-] empty-property-exception.php
[edit]
[-] empty-token-exception.php
[edit]