InvalidScope.php 158 B

12345678910
  1. <?php
  2. namespace Stripe\Error\OAuth;
  3. /**
  4. * InvalidScope is raised when an invalid scope parameter is provided.
  5. */
  6. class InvalidScope extends OAuthBase
  7. {
  8. }