summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
blob: 96bdf66952e4ff4b7867df884aa6404ff47774f1 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace Stripe\Exception;

class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}