mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
8 lines
131 B
PHP
8 lines
131 B
PHP
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
|
{
|
|
}
|