Item Type
Item Name
Search file in folder and subfolders...
<?php namespace Yoast\WP\SEO\Exceptions\Indexable; use Exception; /** * Class Indexable_Exception */ abstract class Indexable_Exception extends Exception { }