Opal-Estate-Pro/node_modules/rxjs/util/ObjectUnsubscribedError.d.ts

13 lines
276 B
TypeScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
/**
* An error thrown when an action is invalid because the object has been
* unsubscribed.
*
* @see {@link Subject}
* @see {@link BehaviorSubject}
*
* @class ObjectUnsubscribedError
*/
export declare class ObjectUnsubscribedError extends Error {
constructor();
}