Files
clouddesk/class/payment/stripe/lib/Exception/BadMethodCallException.php
T
2024-02-08 12:07:49 -07:00

8 lines
131 B
PHP

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