PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
sf-booking
/
payment-gateway
/
stripe
/
lib
/
Exception
<?php namespace 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. * * @package Stripe\Exception */ interface ExceptionInterface extends \Throwable { } } else { /** * The base interface for all Stripe exceptions. * * @package Stripe\Exception */ // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses interface ExceptionInterface { } // phpcs:enable }
[+]
..
[-] ApiErrorException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] UnknownApiErrorException.php
[edit]
[+]
OAuth
[-] CardException.php
[edit]
[-] UnexpectedValueException.php
[edit]
[-] PermissionException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] SignatureVerificationException.php
[edit]
[-] RateLimitException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] IdempotencyException.php
[edit]
[-] ApiConnectionException.php
[edit]