UNPKG

ya-express-ntlm

Version:
7 lines (6 loc) 150 B
export class NTLMAuthError extends Error { constructor (message) { super(`ntlm:auth:ERROR: ${message}`); this.name = 'NTLMAuthError'; } }