source: trip-planner-front/node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 414 bytes
Line 
1export interface ObjectUnsubscribedError extends Error {
2}
3export interface ObjectUnsubscribedErrorCtor {
4 new (): ObjectUnsubscribedError;
5}
6/**
7 * An error thrown when an action is invalid because the object has been
8 * unsubscribed.
9 *
10 * @see {@link Subject}
11 * @see {@link BehaviorSubject}
12 *
13 * @class ObjectUnsubscribedError
14 */
15export declare const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor;
Note: See TracBrowser for help on using the repository browser.