dolibarr/htdocs/includes/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2024-09-06 20:28:06 +08:00

8 lines
131 B
PHP

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