module.exports = class Error { constructor(opts) { this.line = opts.line this.message = opts.message } }