StripeAccountAlreadyConnected.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | namespace Give\PaymentGateways\Stripe\Exceptions; |
| 4 | |
| 5 | use Give\Framework\Exceptions\Primitives\Exception; |
| 6 | |
| 7 | /** |
| 8 | * Class StripeAccountAlreadyConnected |
| 9 | * @package GiveStripe\Infrastructure\Exception |
| 10 | * |
| 11 | * @since 2.13.0 |
| 12 | */ |
| 13 | class StripeAccountAlreadyConnected extends Exception { |
| 14 | |
| 15 | } |
| 16 |