InvalidClient.php 142 B

12345678910
  1. <?php
  2. namespace Stripe\Error\OAuth;
  3. /**
  4. * InvalidClient is raised when authentication fails.
  5. */
  6. class InvalidClient extends OAuthBase
  7. {
  8. }