PATH:
home
/
lab2454c
/
invest.westernclear.com
/
wp-content
/
plugins
/
portfolio
/
stripe-php
/
lib
/
Exception
<?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 { }
[+]
OAuth
[-] IdempotencyException.php
[edit]
[-] RateLimitException.php
[edit]
[+]
..
[-] UnknownApiErrorException.php
[edit]
[-] PermissionException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] ApiErrorException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] UnexpectedValueException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[-] CardException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] ApiConnectionException.php
[edit]