B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
exceptions
/
indexable
/
Filename :
indexable-exception.php
back
Copy
<?php namespace Yoast\WP\SEO\Exceptions\Indexable; use Exception; /** * Class Indexable_Exception */ abstract class Indexable_Exception extends Exception { }