hugoWebsite/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js

7 lines
322 B
JavaScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { createErrorClass } from './createErrorClass';
export const ObjectUnsubscribedError = createErrorClass((_super) => function ObjectUnsubscribedErrorImpl() {
_super(this);
this.name = 'ObjectUnsubscribedError';
this.message = 'object unsubscribed';
});
//# sourceMappingURL=ObjectUnsubscribedError.js.map