mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
10
vendor/stripe-php-7.0.2/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
10
vendor/stripe-php-7.0.2/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* The base interface for all Stripe OAuth exceptions.
|
||||
*/
|
||||
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user