mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
8 lines
131 B
PHP
8 lines
131 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Stripe\Exception;
|
||
|
|
|
||
|
|
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
|
||
|
|
{
|
||
|
|
}
|