Files: 9f1a3cbe85bcbce2b0e6bf056cd0106b2022d568 / errors / sync / positionLateError.js
239 bytesRaw
1 | var { ERROR_POSITION_LATE } = require('../../types') |
2 | var Error = require('./positionError') |
3 | |
4 | module.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