# give/4.15.2/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.15.2. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.15.2/code/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
- Raw: https://pluginprobe.com/plugins/give/4.15.2/raw/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php
- Modified: 2021-09-27T12:30:32+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.15.2/code/vendor/stripe/stripe-php/lib/Exception/ApiConnectionException.php#L10-L20`.

```php
<?php

namespace Stripe\Exception;

/**
 * ApiConnection is thrown in the event that the SDK can't connect to Stripe's
 * servers. That can be for a variety of different reasons from a downed
 * network to a bad TLS certificate.
 */
class ApiConnectionException extends ApiErrorException
{
}

```
