siip-whatsapp-notifications.../vendor/stripe/stripe-php/lib/Exception/InvalidArgumentException.php
2024-12-31 09:48:29 +00:00

8 lines
135 B
PHP
Executable File

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