modern-events-calendar-lite/app/api/Stripe/Exception/InvalidArgumentException.php

8 lines
142 B
PHP
Raw Permalink Normal View History

2024-10-15 12:04:03 +02:00
<?php
namespace Stripe\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}