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