trs_matrimony/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2024-08-22 09:31:12 +05:30

8 lines
131 B
PHP

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