• File: URLException.php
  • Full Path: /var/www/trendyshoppers.co.uk/public_html/wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php
  • Date Modified: 03/03/2026 5:22 AM
  • File size: 191 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Automattic\WooCommerce\Internal\Utilities;

use Exception;

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