?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/Internal/Utilities/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/woocommerce/src/Internal

?? Viewing: URLException.php

<?php

namespace Automattic\WooCommerce\Internal\Utilities;

use Exception;

/**
 * Used to represent a problem encountered when processing a URL.
 */
class URLException extends Exception {}


??

??