@sectester/core
Version:
The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.
11 lines • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SecTesterError = void 0;
class SecTesterError extends Error {
constructor(message) {
super(message);
this.name = new.target.name;
}
}
exports.SecTesterError = SecTesterError;
//# sourceMappingURL=SecTesterError.js.map