Files
2025-11-26 13:22:58 -05:00

8 lines
131 B
PHP
Executable File

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