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

8 lines
131 B
PHP
Executable File

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