芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/_esm2015/internal/util/EmptyError.js
const EmptyErrorImpl = (() => { function EmptyErrorImpl() { Error.call(this); this.message = 'no elements in sequence'; this.name = 'EmptyError'; return this; } EmptyErrorImpl.prototype = Object.create(Error.prototype); return EmptyErrorImpl; })(); export const EmptyError = EmptyErrorImpl; //# sourceMappingURL=EmptyError.js.map