git ssb

0+

Piet / ssb-loomio



Tree: a945a5b2f7107dbaf98a64afca527a1ded419a0d

Files: a945a5b2f7107dbaf98a64afca527a1ded419a0d / errors / sync / positionError.js

128 bytesRaw
1module.exports = function PositionError ({type, position, message}) {
2 var error = {type, position, message}
3
4 return error
5}
6

Built with git-ssb-web