summaryrefslogblamecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
blob: c1b084acabe258f49e8541e719dbc3e3fefcdd28 (plain) (tree)
1
2
3
4
5
6
7






                                                                                           
<?php

namespace Stripe\Exception;

class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}