modern-events-calendar-lite/app/api/Stripe/Exception/OAuth/ExceptionInterface.php

11 lines
193 B
PHP
Raw Normal View History

2024-10-15 12:04:03 +02:00
<?php
namespace Stripe\Exception\OAuth;
/**
* The base interface for all Stripe OAuth exceptions.
*/
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
{
}