Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
indexable
/
Editing: indexable-exception.php
<?php namespace Yoast\WP\SEO\Exceptions\Indexable; use Exception; /** * Class Indexable_Exception */ abstract class Indexable_Exception extends Exception { }
Save
Cancel