git ssb

0+

Piet / ssb-loomio



Tree: fe44824d083024ca4463bd4448e0acf43259b9c1

Files: fe44824d083024ca4463bd4448e0acf43259b9c1 / errors / sync / positionLateError.js

239 bytesRaw
1var { ERROR_POSITION_LATE } = require('../../types')
2var Error = require('./positionError')
3
4module.exports = function ({position}) {
5 return Error({type: ERROR_POSITION_LATE, position, message: 'Postion stated after the poll closed'})
6}
7

Built with git-ssb-web