Files
Sistema-Educativo-Laravel/vendor/stripe/stripe-php/lib/Exception/BadMethodCallException.php
T

6 lines
130 B
PHP

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