fuc/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2025-02-23 13:30:57 +08:00

8 lines
131 B
PHP
Executable File

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