www.lightcourse.com/vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php

8 lines
135 B
PHP

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