fuc/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php
2025-02-23 13:30:57 +08:00

8 lines
135 B
PHP
Executable File

<?php
namespace Stripe\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}