🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 06:42:08 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
indexable
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable
🔄 Refresh
✏️
Editing: post-not-found-exception.php
Writable
<?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' ) ); } }
💾 Save Changes
❌ Cancel