frontend/.pnpm-store/v3/files/9b/136589f1e46003c5ab3f9160c751fc32647277206419b0037832e9b2f79a1668b6836a9f38ff7cb1c119acc2ef97b0c97b7625199c1cdef85343879b50ffd1

14 lines
452 B
Plaintext

/** PURE_IMPORTS_START PURE_IMPORTS_END */
var EmptyErrorImpl = /*@__PURE__*/ (function () {
function EmptyErrorImpl() {
Error.call(this);
this.message = 'no elements in sequence';
this.name = 'EmptyError';
return this;
}
EmptyErrorImpl.prototype = /*@__PURE__*/ Object.create(Error.prototype);
return EmptyErrorImpl;
})();
export var EmptyError = EmptyErrorImpl;
//# sourceMappingURL=EmptyError.js.map