Files
2025-08-14 22:41:49 +02:00

6 lines
130 B
PHP

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