TenantAtlas/apps/platform/.pnpm-store/v10/files/76/2a357637ff28aa21a321c21b2a3c4d5ba2a27a81153288f9023c95cb023fbe37ac7fcdd3fd19d583604fe793962e44cfaebfd925f827301e14bab7e3c4a5fd
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

12 lines
433 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EmptyError = void 0;
var createErrorClass_1 = require("./createErrorClass");
exports.EmptyError = createErrorClass_1.createErrorClass(function (_super) {
return function EmptyErrorImpl() {
_super(this);
this.name = 'EmptyError';
this.message = 'no elements in sequence';
};
});
//# sourceMappingURL=EmptyError.js.map