InvalidScopeException.php 190 B

12345678910
  1. <?php
  2. namespace Stripe\Exception\OAuth;
  3. /**
  4. * InvalidScopeException is thrown when an invalid scope parameter is provided.
  5. */
  6. class InvalidScopeException extends OAuthErrorException
  7. {
  8. }