git ssb

0+

Piet / ssb-loomio



Tree: db2104d584cf1698fa4167e05a3ff1a37cc9c5b5

Files: db2104d584cf1698fa4167e05a3ff1a37cc9c5b5 / 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