modern-events-calendar-lite/app/api/Stripe/Exception/BadMethodCallException.php

7 lines
138 B
PHP
Executable file

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