git ssb

0+

Piet / ssb-loomio



Tree: 7b830c35a60fe8e303f9e2f3a156a6f3516a8cb1

Files: 7b830c35a60fe8e303f9e2f3a156a6f3516a8cb1 / errors / sync / positionTypeError.js

250 bytesRaw
1var { ERROR_POSITION_TYPE } = require('../../types')
2var Error = require('./positionError')
3
4module.exports = function ({position}) {
5 return Error({type: ERROR_POSITION_TYPE, position, message: 'Postion stated was the wrong type for this poll'})
6}
7

Built with git-ssb-web