UNPKG

@dashevo/wallet-lib

Version:
9 lines (7 loc) 237 B
const WalletLibError = require('./WalletLibError'); class BlockHeaderNotInStore extends WalletLibError { constructor(identifier) { super(`Blockheader is not in store: ${identifier}`); } } module.exports = BlockHeaderNotInStore;