git ssb

0+

Piet / ssb-loomio



Tree: 9bf2bbbd3ecdc8c850b63aad19ada17d6bf593c7

Files: 9bf2bbbd3ecdc8c850b63aad19ada17d6bf593c7 / 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