InvalidArgumentException.php 135 B

1234567
  1. <?php
  2. namespace Stripe\Exception;
  3. class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
  4. {
  5. }