UNPKG

651 BTypeScriptView Raw
1export interface ObjectUnsubscribedError extends Error {
2}
3export interface ObjectUnsubscribedErrorCtor {
4 /**
5 * @deprecated Internal implementation detail. Do not construct error instances.
6 * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269
7 */
8 new (): ObjectUnsubscribedError;
9}
10/**
11 * An error thrown when an action is invalid because the object has been
12 * unsubscribed.
13 *
14 * @see {@link Subject}
15 * @see {@link BehaviorSubject}
16 *
17 * @class ObjectUnsubscribedError
18 */
19export declare const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor;
20//# sourceMappingURL=ObjectUnsubscribedError.d.ts.map
\No newline at end of file