PATH:
home
/
thebhoeo
/
.trash
/
wpforms-lite-pro
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Exception
<?php namespace WPForms\Vendor\Stripe\Exception; // TODO: remove this check once we drop support for PHP 5 if (\interface_exists(\Throwable::class, \false)) { /** * The base interface for all Stripe exceptions. */ interface ExceptionInterface extends \Throwable { } } else { /** * The base interface for all Stripe exceptions. */ // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses interface ExceptionInterface { } // phpcs:enable }
[-] UnexpectedValueException.php
[edit]
[-] TemporarySessionExpiredException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] UnknownApiErrorException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] ApiErrorException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] ApiConnectionException.php
[edit]
[-] CardException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[+]
..
[-] RateLimitException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] IdempotencyException.php
[edit]
[-] InvalidRequestException.php
[edit]
[+]
OAuth
[-] PermissionException.php
[edit]