Files
SIGE-WEB-snapshot/ambiente-de-test/wp-content/plugins/modern-events-calendar-lite/app/api/Stripe/Exception/BadMethodCallException.php

8 lines
138 B
PHP

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