UNPKG

lisk-framework

Version:

Lisk blockchain application platform

12 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FailSyncError = void 0; const constants_1 = require("./constants"); class FailSyncError extends Error { constructor(message) { super(`${message}: Attempting to sync again after ${constants_1.FAILED_SYNC_RETRY_TIMEOUT} ms`); this.name = this.constructor.name; } } exports.FailSyncError = FailSyncError; //# sourceMappingURL=errors.js.map