lms/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2025-12-15 12:26:23 +01:00

8 lines
131 B
PHP

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