11 lines
229 B
PHP
11 lines
229 B
PHP
<?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
|
|
{
|
|
}
|