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