ya-express-ntlm
Version:
11 lines • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NTLMAuthError = void 0;
class NTLMAuthError extends Error {
constructor(message) {
super(`ntlm:auth:ERROR: ${message}`);
this.name = 'NTLMAuthError';
}
}
exports.NTLMAuthError = NTLMAuthError;
//# sourceMappingURL=NTLMAuthError.js.map