UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

14 lines 586 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const base_error_1 = __importDefault(require("./base-error")); class PasswordMismatch extends base_error_1.default { constructor(message = 'Wrong password, try again.') { super(message, 401, 'PasswordMismatch'); Error.captureStackTrace(this, this.constructor); } } exports.default = PasswordMismatch; //# sourceMappingURL=password-mismatch.js.map