git ssb

0+

Piet / ssb-loomio



Tree: 9144ab97554ad603dd57ff8d50d81940ac397cc6

Files: 9144ab97554ad603dd57ff8d50d81940ac397cc6 / errors / sync / positionChoiceError.js

257 bytesRaw
1var { ERROR_POSITION_CHOICE } = require('../../types')
2var Error = require('./positionError')
3
4module.exports = function ({position}) {
5 return Error({type: ERROR_POSITION_CHOICE, position, message: 'Postion choice was not a valid choice for the poll'})
6}
7

Built with git-ssb-web