Files
wp-multisite-waas/dependencies/stripe/stripe-php/lib/Exception/OAuth/ExceptionInterface.php
2024-11-30 18:24:12 -07:00

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
{
}