/home/kueuepay/public_html/vendor/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
<?php

namespace Stripe\Exception\OAuth;

/**
 * The base interface for all Stripe OAuth exceptions.
 */
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
{
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository