# give/4.17.0/src/PaymentGateways/Stripe/Exceptions/StripeAccountAlreadyConnected.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 17 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/src/PaymentGateways/Stripe/Exceptions/StripeAccountAlreadyConnected.php
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/src/PaymentGateways/Stripe/Exceptions/StripeAccountAlreadyConnected.php
- Modified: 2021-11-23T23:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.17.0/code/src/PaymentGateways/Stripe/Exceptions/StripeAccountAlreadyConnected.php#L10-L20`.

```php
<?php

namespace Give\PaymentGateways\Stripe\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * Class StripeAccountAlreadyConnected
 * @package GiveStripe\Infrastructure\Exception
 *
 * @since 2.13.0
 */
class StripeAccountAlreadyConnected extends Exception
{

}

```
