7 lines
138 B
PHP
Executable file
7 lines
138 B
PHP
Executable file
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
|
{
|
|
}
|