D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tvinntxo
/
www
/
wp-content
/
plugins
/
woocommerce
/
src
/
Internal
/
Utilities
/
Filename :
URLException.php
back
Copy
<?php namespace Automattic\WooCommerce\Internal\Utilities; use Exception; /** * Used to represent a problem encountered when processing a URL. */ class URLException extends Exception {}