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