UNPKG

@bitrix24/b24jssdk

Version:

Bitrix24 REST API JavaScript SDK

23 lines (19 loc) 596 B
/** * @package @bitrix24/b24jssdk * @version 2.0.0 * @copyright (c) 2026 Bitrix24 * @license MIT * @see https://github.com/bitrix24/b24jssdk * @see https://bitrix24.github.io/b24jssdk/ */ 'use strict'; const sdkError = require('../core/sdk-error.cjs'); var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); class RefreshTokenError extends sdkError.SdkError { static { __name(this, "RefreshTokenError"); } } exports.RefreshTokenError = RefreshTokenError; //# sourceMappingURL=refresh-token-error.cjs.map