UNPKG

ya-express-ntlm

Version:
7 lines 202 B
export class NTLMAuthError extends Error { constructor(message) { super(`ntlm:auth:ERROR: ${message}`); this.name = 'NTLMAuthError'; } } //# sourceMappingURL=NTLMAuthError.js.map