UNPKG

murlock

Version:

A distributed locking solution for NestJS, providing a decorator for critical sections with Redis-based synchronization.

11 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MurLockException = void 0; class MurLockException extends Error { constructor(message) { super(message); this.name = "MurLockException"; } } exports.MurLockException = MurLockException; //# sourceMappingURL=murlock.exception.js.map