Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
optometrists
/
cache
/
cache
/
cache
/
cache
/
cache
/
.wp-cli
/
wp-content
/
plugins
/
facebook-for-woocommerce
/
vendor
/
woocommerce
/
grow
/
src
/
Exception
:
IncompatibleException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Compat Checker Exception. * * @package Automattic/WooCommerce/Grow/Tools */ namespace Automattic\WooCommerce\Grow\Tools\CompatChecker\v0_0_1\Exception; use Exception; defined( 'ABSPATH' ) || exit; /** * The IncompatibleException class. */ class IncompatibleException extends Exception {}