biofriction-wp-theme/node_modules/rxjs/util/ObjectUnsubscribedError.d.ts

13 lines
276 B
TypeScript
Raw Normal View History

2021-10-26 14:18:09 +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();
}