UNPKG

foxr

Version:

Node.js API to control Firefox

17 lines (13 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class FoxrError extends Error { constructor(message) { super(message); Error.captureStackTrace(this, FoxrError); this.name = 'FoxrError'; } } exports.default = FoxrError;