UNPKG

waveorb

Version:

Waveorb Javascript web app development framework

6 lines (5 loc) 99 B
module.exports = function halt(msg, data) { const e = new Error(msg) e.data = data throw e }