Files
clouddesk/class/payment/stripe/lib/Exception/InvalidArgumentException.php
T
2024-02-08 12:07:49 -07:00

8 lines
135 B
PHP

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