X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/stripe/stripe-php/lib/Exception
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
stripe
/
stripe-php
/
lib
/
Exception
/
📁
..
📄
ApiConnectionException.php
(292 B)
📄
ApiErrorException.php
(4.89 KB)
📄
AuthenticationException.php
(210 B)
📄
BadMethodCallException.php
(131 B)
📄
CardException.php
(2.07 KB)
📄
ExceptionInterface.php
(490 B)
📄
IdempotencyException.php
(193 B)
📄
InvalidArgumentException.php
(135 B)
📄
InvalidRequestException.php
(1.59 KB)
📁
OAuth
📄
PermissionException.php
(207 B)
📄
RateLimitException.php
(294 B)
📄
SignatureVerificationException.php
(1.59 KB)
📄
UnexpectedValueException.php
(135 B)
📄
UnknownApiErrorException.php
(323 B)
Editing: ExceptionInterface.php
<?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. */ interface ExceptionInterface extends \Throwable { } } else { /** * The base interface for all Stripe exceptions. */ // phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses interface ExceptionInterface { } // phpcs:enable }
Upload File
Create Folder