fuc-new/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2026-05-02 16:20:44 +08:00

8 lines
131 B
PHP

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