git ssb

0+

Piet / ssb-loomio



Tree: 028237b4b26db208a93b7399ed9575c6608b1999

Files: 028237b4b26db208a93b7399ed9575c6608b1999 / 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