ExceptionInterface.php 183 B

12345678910
  1. <?php
  2. namespace Stripe\Exception\OAuth;
  3. /**
  4. * The base interface for all Stripe OAuth exceptions.
  5. */
  6. interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface
  7. {
  8. }