Files: 92693260135502dac86a07eef9c477fb0198568a / errors / sync / positionError.js
128 bytesRaw
1 | module.exports = function PositionError ({type, position, message}) { |
2 | var error = {type, position, message} |
3 | |
4 | return error |
5 | } |
6 |
Built with git-ssb-web