@bitrix24/b24jssdk
Version:
Bitrix24 REST API JavaScript SDK
21 lines (18 loc) • 554 B
JavaScript
/**
* @package @bitrix24/b24jssdk
* @version 1.0.1
* @copyright (c) 2026 Bitrix24
* @license MIT
* @see https://github.com/bitrix24/b24jssdk
* @see https://bitrix24.github.io/b24jssdk/
*/
import { SdkError } from '../core/sdk-error.mjs';
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
class RefreshTokenError extends SdkError {
static {
__name(this, "RefreshTokenError");
}
}
export { RefreshTokenError };
//# sourceMappingURL=refresh-token-error.mjs.map