Files
pancake/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2025-11-26 11:50:55 -05:00

8 lines
131 B
PHP

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