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