Authentication.php 70 B

1234567
  1. <?php
  2. namespace Stripe\Error;
  3. class Authentication extends Base
  4. {
  5. }