<?php
namespace Stripe\Exception\OAuth;
/**
* The base interface for all Stripe OAuth exceptions.
*/
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
{
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository