Files
dolibarr/htdocs/includes/stripe/stripe-php/lib/Exception/BadMethodCallException.php
2021-01-03 23:37:44 +01:00

8 lines
131 B
PHP

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