Files
SIGE-WEB-snapshot/wp-content/plugins/modern-events-calendar-lite/app/api/Stripe/Exception/InvalidArgumentException.php

8 lines
142 B
PHP

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