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