AuthenticationException.php 210 B

1234567891011
  1. <?php
  2. namespace Stripe\Exception;
  3. /**
  4. * AuthenticationException is thrown when invalid credentials are used to
  5. * connect to Stripe's servers.
  6. */
  7. class AuthenticationException extends ApiErrorException
  8. {
  9. }