37372-vm/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +00:00

9 lines
182 B
PHP

<?php
namespace Stripe\Exception\OAuth;
/**
* The base interface for all Stripe OAuth exceptions.
*/
interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface {}