UNPKG

azurite

Version:

An open source Azure Storage API compatible server

12 lines 534 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const MiddlewareError_1 = tslib_1.__importDefault(require("./MiddlewareError")); class OperationMismatchError extends MiddlewareError_1.default { constructor() { super(500, "No operation provided in context, please make sure dispatchMiddleware is properly used."); this.name = "OperationMismatchError"; } } exports.default = OperationMismatchError; //# sourceMappingURL=OperationMismatchError.js.map