View file core/libs/Stripe/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php

File size: 131B
<?php

namespace Stripe\Exception;

class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}