Initial Commit
This commit is contained in:
10
dependencies/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
10
dependencies/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Stripe\Exception\OAuth;
|
||||
|
||||
/**
|
||||
* The base interface for all Stripe OAuth exceptions.
|
||||
*/
|
||||
interface ExceptionInterface extends \WP_Ultimo\Dependencies\Stripe\Exception\ExceptionInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user