UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

14 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationNotAllowedError = void 0; const redis_smq_error_js_1 = require("./redis-smq.error.js"); class OperationNotAllowedError extends redis_smq_error_js_1.RedisSMQError { getProps() { return { code: 'RedisSMQ.OperationNotAllowed', defaultMessage: 'Operation not allowed.', }; } } exports.OperationNotAllowedError = OperationNotAllowedError; //# sourceMappingURL=operation-not-allowed.error.js.map