itflow/vendor/stripe-php-7.72.0/lib/Exception/BadMethodCallException.php

8 lines
131 B
PHP

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