Viewing File: /home/rtsgrob/ww3/wp-content/plugins/woocommerce-payments/src/Internal/Proxy/ProxyException.php

<?php
/**
 * Class ProxyException
 *
 * @package WooCommerce\Payments
 */

namespace WCPay\Internal\Proxy;

use Exception;

/**
 * Exception for proxy-related actions.
 */
class ProxyException extends Exception {

}
Back to Directory File Manager