| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/post-not-found-exception.php.tar |
www/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php 0000644 00000000703 15115014563 0031276 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Exceptions\Indexable;
/**
* Exception that is thrown whenever a post could not be found
* in the context of the indexables.
*/
class Post_Not_Found_Exception extends Source_Exception {
/**
* Exception that is thrown whenever a post could not be found
* in the context of the indexables.
*/
public function __construct() {
parent::__construct( \__( 'The post could not be found.', 'wordpress-seo' ) );
}
}
lebauwcentre/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php 0000644 00000000703 15115042760 0033132 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Exceptions\Indexable;
/**
* Exception that is thrown whenever a post could not be found
* in the context of the indexables.
*/
class Post_Not_Found_Exception extends Source_Exception {
/**
* Exception that is thrown whenever a post could not be found
* in the context of the indexables.
*/
public function __construct() {
parent::__construct( \__( 'The post could not be found.', 'wordpress-seo' ) );
}
}