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

7 lines
142 B
PHP
Executable file

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