37372-vm/stripe-php/lib/Exception/BadMethodCallException.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +00:00

6 lines
130 B
PHP

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