woocommerce-paypal-payments/tests/PHPUnit/Helper/StubRedirectionException.php

11 lines
147 B
PHP
Raw Normal View History

2023-03-16 18:13:41 +02:00
<?php
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Helper;
use Exception;
class StubRedirectionException extends Exception
{
}