UnsupportedGrantType.php 187 B

1234567891011
  1. <?php
  2. namespace Stripe\Error\OAuth;
  3. /**
  4. * UnsupportedGrantType is raised when an unuspported grant type
  5. * parameter is specified.
  6. */
  7. class UnsupportedGrantType extends OAuthBase
  8. {
  9. }