Your IP : 216.73.216.95


Current Path : /var/www/html/newsite/wp-content/plugins/woocommerce/src/Internal/Utilities/
Upload File :
Current File : /var/www/html/newsite/wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php

<?php

namespace Automattic\WooCommerce\Internal\Utilities;

use Exception;

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