Files

6 lines
130 B
PHP
Raw Permalink Normal View History

2025-08-11 05:58:17 +01:00
<?php
namespace Stripe\Exception;
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface {}