Files
geo/api/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php

6 lines
130 B
PHP

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